mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 7.4.2063
Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
This commit is contained in:
@@ -72,6 +72,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "digraph.pro"
|
||||
# include "edit.pro"
|
||||
# include "eval.pro"
|
||||
# include "evalfunc.pro"
|
||||
# include "ex_cmds.pro"
|
||||
# include "ex_cmds2.pro"
|
||||
# include "ex_docmd.pro"
|
||||
|
Reference in New Issue
Block a user