commit | f9f24ce7a0e5988fedf2e2ff751818f9b07510a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 21:17:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 21:17:39 2019 +0200 |
tree | af3ede78a2dedfa82536fb134d22dbe6c9a5033c | |
parent | 5d69fdb7c4b91faf2d92b8d449cc9460f3035fb3 [diff] [blame] |
patch 8.1.1953: 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 067e176..aec889d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1953, +/**/ 1952, /**/ 1951,