commit | cd52459c387785796713826c63174cdeed295dd4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 14:57:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 14:57:05 2016 +0200 |
tree | f2c964f83534a80d539b44826baea085a41fa595 | |
parent | 42ebd066422d73cdb7bda6a1dc828a3dd022dec8 [diff] [blame] |
patch 7.4.2055 Problem: eval.c is too big. Solution: Move Dictionary functions to dict.c.
diff --git a/src/version.c b/src/version.c index 4b4a6e6..accd1af 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2055, +/**/ 2054, /**/ 2053,