forked from aniani/vim
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)
This commit is contained in:
@@ -34,6 +34,7 @@ debugger.c | vim script debugger
|
||||
diff.c | diff mode (vimdiff)
|
||||
eval.c | expression evaluation
|
||||
evalfunc.c | built-in functions
|
||||
evalvars.c | vim variables
|
||||
fileio.c | reading and writing files
|
||||
findfile.c | search for files in 'path'
|
||||
fold.c | folding
|
||||
|
||||
Reference in New Issue
Block a user