commit | a4208966fb289a505ebdef62bbc37c214069bab4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 20:50:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 20:50:19 2019 +0200 |
tree | 97ec3983559c99f47bdb9213f96a95f403af35f0 | |
parent | f63962378dc32c7253e4825b4b0f414a81c1dd3e [diff] [blame] |
patch 8.1.1921: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
diff --git a/src/version.c b/src/version.c index 9d4e89b..58d86e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1921, +/**/ 1920, /**/ 1919,