commit | b60d8514b8813e2f3acefd454efcccbe04ac135a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 07:59:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 07:59:04 2019 +0200 |
tree | e59f2d52cdc622429e4880e9129f23d8276fce7f | |
parent | f9c85f580b3792f6b95107412972f5360d412ef0 [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 f1bf262..656cb05 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1608, +/**/ 1607, /**/ 1606,