commit | ce90e36f5969e733a0a919f1736453332c33aad6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 18:58:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 18:58:44 2019 +0200 |
tree | 37daa5ee577157e5fd0557b2044022ece6416c11 | |
parent | 9490b9a61cf1f1f3fa9758663a33124ea9f71c87 [diff] [blame] |
patch 8.1.2011: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make various functions usable as a method. Make the window command test faster.
diff --git a/src/version.c b/src/version.c index 2dbd141..0e58772 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2011, +/**/ 2010, /**/ 2009,