commit | 1e1d30048e722906a13665bd6c3c24c87eb2fe25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 14:41:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 14:41:14 2019 +0200 |
tree | fd5236bfbab6ad7cd51d758a91f1c41f02d15b51 | |
parent | 19c8fe1925f4f7ffa1cc46e64d8bb8b1665ac437 [diff] [blame] |
patch 8.1.1978: the eval.c file is too big Problem: The eval.c file is too big. Solution: Move filter() and map() to list.c.
diff --git a/src/version.c b/src/version.c index 9481a3d..3e06f92 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1978, +/**/ 1977, /**/ 1976,