commit | 0522ba0359c96a8c2a4fc8fca0d3b58e49dda759 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 27 22:48:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 27 22:48:30 2019 +0200 |
tree | be800b3f0d6f992a9fc8332f72eb6b3361c93a4c | |
parent | d20070274c47668560e02db184e1f8e456c3c326 [diff] [blame] |
patch 8.1.1933: the eval.c file is too big Problem: The eval.c file is too big. Solution: Move code related to variables to evalvars.c. (Yegappan Lakshmanan, closes #4868)
diff --git a/src/version.c b/src/version.c index 412ae92..33bf502 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1933, +/**/ 1932, /**/ 1931,