]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1989: the evalfunc.c file is still too big v8.1.1989
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2019 20:33:28 +0000 (22:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2019 20:33:28 +0000 (22:33 +0200)
commitaf7645d3733fdd3cd2df03ec7b653601d26969ef
tree1b3c3d1d0d6428c33026693a5086910cca8b3078
parent8d3b51084a5bdcd2ee9e31bc03cba0d16c43d428
patch 8.1.1989: the evalfunc.c file is still too big

Problem:    The evalfunc.c file is still too big.
Solution:   Move f_pathshorten() to filepath.c.  Move f_cscope_connection() to
            if_cscope.c.  Move diff_ functions to diff.c.  Move timer_
            functions to ex_cmds2.c.  move callback functions to evalvars.c.
13 files changed:
src/diff.c
src/evalfunc.c
src/evalvars.c
src/ex_cmds2.c
src/filepath.c
src/if_cscope.c
src/proto/diff.pro
src/proto/evalfunc.pro
src/proto/evalvars.pro
src/proto/ex_cmds2.pro
src/proto/filepath.pro
src/proto/if_cscope.pro
src/version.c