commit | a0d1fef4ebb693696464c5e22e33269f724b8e0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 22:29:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 22:29:14 2019 +0200 |
tree | 4c29126b625309533e0b6f0423ce4b66bae392b8 | |
parent | a5a7882ea4a21944924b778208e1d54734891033 [diff] [blame] |
patch 8.1.1987: 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 d61b59c..420d1ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1987, +/**/ 1986, /**/ 1985,