commit | 1a3a89168d61c2fed91cbca812cf1c6983901b79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 23 22:31:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 23 22:31:37 2019 +0200 |
tree | a28bb59bc78f9832066fe00c551eefaafc4b8daa | |
parent | d019039ccd7cbeae8923db20383a241d7fc77e2c [diff] [blame] |
patch 8.1.1915: 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 020a11b..8ece6f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1915, +/**/ 1914, /**/ 1913,