]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1687: the evalfunc.c file is too big v8.1.1687
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2019 12:55:39 +0000 (14:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2019 12:55:39 +0000 (14:55 +0200)
commitecaa70ea29c269dd0dabd3cd5acdfa0ce42ccd54
treec711959d1b0fd9cffa3d90a57e62efe1321b9e6d
parent2898ebb44cee62a70a11b44a97bdad8cc00157b1
patch 8.1.1687: the evalfunc.c file is too big

Problem:    The evalfunc.c file is too big.
Solution:   Move testing support to a separate file.
14 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/eval.c
src/evalfunc.c
src/proto.h
src/proto/eval.pro
src/proto/testing.pro [new file with mode: 0644]
src/testing.c [new file with mode: 0644]
src/version.c