comparison src/Make_morph.mak @ 9571:5eaa708ab50d v7.4.2063

commit https://github.com/vim/vim/commit/73dad1e64cb42842d8259cb1a255a6fa59822f76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 17 22:13:49 2016 +0200 patch 7.4.2063 Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jul 2016 22:30:06 +0200
parents b6a459b326f3
children b0c7061d6439
comparison
equal deleted inserted replaced
9570:695186e11daa 9571:5eaa708ab50d
33 dict.c \ 33 dict.c \
34 diff.c \ 34 diff.c \
35 digraph.c \ 35 digraph.c \
36 edit.c \ 36 edit.c \
37 eval.c \ 37 eval.c \
38 evalfunc.c \
38 ex_cmds.c \ 39 ex_cmds.c \
39 ex_cmds2.c \ 40 ex_cmds2.c \
40 ex_docmd.c \ 41 ex_docmd.c \
41 ex_eval.c \ 42 ex_eval.c \
42 ex_getln.c \ 43 ex_getln.c \