comparison src/Make_morph.mak @ 17873:d50a5faa75bd v8.1.1933

patch 8.1.1933: the eval.c file is too big Commit: https://github.com/vim/vim/commit/0522ba0359c96a8c2a4fc8fca0d3b58e49dda759 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 27 22:48:30 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Aug 2019 23:00:04 +0200
parents 0a5c615cd949
children 46f95606b9ec
comparison
equal deleted inserted replaced
17872:a4a0f826d4d7 17873:d50a5faa75bd
40 diff.c \ 40 diff.c \
41 digraph.c \ 41 digraph.c \
42 edit.c \ 42 edit.c \
43 eval.c \ 43 eval.c \
44 evalfunc.c \ 44 evalfunc.c \
45 evalvars.c \
45 ex_cmds.c \ 46 ex_cmds.c \
46 ex_cmds2.c \ 47 ex_cmds2.c \
47 ex_docmd.c \ 48 ex_docmd.c \
48 ex_eval.c \ 49 ex_eval.c \
49 ex_getln.c \ 50 ex_getln.c \