commit | 29b7d7a9aac591f920edb89241c8cde27378e50b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 23:03:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 22 23:03:57 2019 +0200 |
tree | 96368a556edd943bec67f303778bc0c864573860 | |
parent | e5e6950193ddf365c6c507ddefcd7f9db939e5ac [diff] [blame] |
patch 8.1.1734: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move some functions to other files.
diff --git a/src/version.c b/src/version.c index e544975..f3493f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1734, +/**/ 1733, /**/ 1732,