commit | 9f9fe37f6750f342255a51f158a7bb372c827f7f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 23:12:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 23:12:12 2019 +0200 |
tree | c140c42b9f184c0bba789f3d4ed749a1e6fb3ed4 | |
parent | c273405188cc2f19e949089cda1f92bd81610dac [diff] [blame] |
patch 8.1.1763: evalfunc.c is still too big Problem: Evalfunc.c is still too big. Solution: Move dict and list functions to a better place.
diff --git a/src/version.c b/src/version.c index 6d2c89c..da62479 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1763, +/**/ 1762, /**/ 1761,