commit | 196b4664432f932625cfb6371dc42c24efe6c203 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 21:34:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 21:34:30 2019 +0200 |
tree | 95294d46aa15e3fccbee2422f352b46958d9f593 | |
parent | 16b58ae9f36e9675c34d942f5d5f8c8a7914dbc4 [diff] [blame] |
patch 8.1.1993: 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 a21104c..05e8829 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1993, +/**/ 1992, /**/ 1991,