diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-17 15:46:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-17 15:46:27 +0200 |
commit | da861d631d7e22654faee2789286c685ad548911 (patch) | |
tree | 82be0a097878647d6d683040c37d29f500f65aa0 /src/version.c | |
parent | 1abc52c1599fede69b4e76ffde0e879d6fb5080a (diff) | |
download | vim-da861d631d7e22654faee2789286c685ad548911.zip |
patch 7.4.2057
Problem: eval.c is too big.
Solution: Move List functions to list.c
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 16ed094e9..4fa35917a 100644 --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2057, +/**/ 2056, /**/ 2055, |