commit | f9c85f580b3792f6b95107412972f5360d412ef0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 07:41:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 07:41:35 2019 +0200 |
tree | faaacd461a2d7788b15f15e317d466070fe26e8d | |
parent | 548be7f126dc57ca861cb26dc6492c3b2a9e2c99 [diff] [blame] |
patch 8.1.1608: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move sign functionality to sign.c.
diff --git a/src/version.c b/src/version.c index aa0b8be..f1bf262 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1607, +/**/ 1606, /**/ 1605,