commit | 08c308aeb5e7dfa18fa61f261b0bff79517a4883 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 17:48:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 17:48:15 2019 +0200 |
tree | 0262ab37d02fa41b05667b94992e51b232a8c1ef | |
parent | 0f63ed33fdd12d8220f7bc7ff91095e7ceed9985 [diff] [blame] |
patch 8.1.1981: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move undo functions to undo.c. Move cmdline functions to ex_getln.c. Move some container functions to list.c.
diff --git a/src/version.c b/src/version.c index 1a9b523..fb68068 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1981, +/**/ 1980, /**/ 1979,