commit | 93476fd6343ef40d088e064289cc279659d03953 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 22:00:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 22:00:54 2019 +0200 |
tree | 6a30cf06c6e9446de38705c440d4fecbf0021afd | |
parent | 5ec849896f73c82030e4a59377361d0f93c6476f [diff] [blame] |
patch 8.1.1995: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make sign functions usable as a method.
diff --git a/src/version.c b/src/version.c index 88e0791..65512c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1995, +/**/ 1994, /**/ 1993,