commit | a9b579f3d7463720a316e11e77a7a9fbb9267986 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 18:29:19 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 18:29:19 2016 +0200 |
tree | 44c8c9db5628fdb95f6fa89ce7b3e89cddedb839 | |
parent | da861d631d7e22654faee2789286c685ad548911 [diff] [blame] |
patch 7.4.2058 Problem: eval.c is too big. Solution: Move user functions to userfunc.c
diff --git a/src/version.c b/src/version.c index 4fa3591..8354d92 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2058, +/**/ 2057, /**/ 2056,