commit | 5d69fdb7c4b91faf2d92b8d449cc9460f3035fb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 19:13:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 31 19:13:58 2019 +0200 |
tree | 384a1f061d6dd2822e83adeff2f140191ed2f6de | |
parent | f1699968baf3619a4147b44c891ba4a0985e7656 [diff] [blame] |
patch 8.1.1952: 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 00e82da..067e176 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1952, +/**/ 1951, /**/ 1950,