commit | 64b4d73524b9a2304d89b87529cd8d3cef14b856 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 22 22:18:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 22 22:18:17 2019 +0200 |
tree | 23357c484e9ae935c37d16872d5468fd56bbb546 | |
parent | 448262176b382c63bd2faa9a1354670a4eede36b [diff] [blame] |
patch 8.1.1911: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
diff --git a/src/version.c b/src/version.c index 98f368c..c37a915 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1911, +/**/ 1910, /**/ 1909,