commit | 3f4f3d8e7e6fc0494d00cfb75669a554c8e67c8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 20:05:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 20:05:59 2019 +0200 |
tree | ac8bdd089ce9a96e2e96033410b88b1836425a28 | |
parent | ea781459b9617aa47335061fcc78403495260315 [diff] [blame] |
patch 8.1.1984: 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 bf67e38..7715bc8 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1984, +/**/ 1983, /**/ 1982,