commit | ac92e25a33c37ec5becbfffeccda136c73b761ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 21:58:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 21:58:38 2019 +0200 |
tree | 64f77cc6dd9427536fd113451b1878490b5298db | |
parent | b2129068a55261bea1e293a6a1ce8491a03e7de6 [diff] [blame] |
patch 8.1.1803: all builtin functions are global Problem: All builtin functions are global. Solution: Add the method call operator ->. Implemented for a limited number of functions.
diff --git a/src/version.c b/src/version.c index 6268b8e..5e027dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1803, +/**/ 1802, /**/ 1801,