summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-29 07:41:35 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-29 07:41:35 +0200
commitf9c85f580b3792f6b95107412972f5360d412ef0 (patch)
treefaaacd461a2d7788b15f15e317d466070fe26e8d /src/version.c
parent548be7f126dc57ca861cb26dc6492c3b2a9e2c99 (diff)
patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607
Problem: The evalfunc.c file is too big. Solution: Move sign functionality to sign.c.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index aa0b8be7e3..f1bf262922 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1607,
+/**/
1606,
/**/
1605,