commit | 02b31110d31e995326080807716e79e38fe501df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 22:16:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 22:16:38 2019 +0200 |
tree | 92f977aa56adfe694332975d171d098422e024e8 | |
parent | f9f24ce7a0e5988fedf2e2ff751818f9b07510a6 [diff] [blame] |
patch 8.1.1954: more functions can be used as a method Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
diff --git a/src/version.c b/src/version.c index aec889d..257c3aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1954, +/**/ 1953, /**/ 1952,