]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1734: the evalfunc.c file is too big v8.1.1734
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Jul 2019 21:03:57 +0000 (23:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Jul 2019 21:03:57 +0000 (23:03 +0200)
commit29b7d7a9aac591f920edb89241c8cde27378e50b
tree96368a556edd943bec67f303778bc0c864573860
parente5e6950193ddf365c6c507ddefcd7f9db939e5ac
patch 8.1.1734: the evalfunc.c file is too big

Problem:    The evalfunc.c file is too big.
Solution:   Move some functions to other files.
src/evalfunc.c
src/globals.h
src/highlight.c
src/json.c
src/proto/evalfunc.pro
src/proto/highlight.pro
src/proto/json.pro
src/proto/window.pro
src/version.c
src/window.c