]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2045: the option.c file is too big v8.1.2045
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Sep 2019 19:06:21 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Sep 2019 19:06:21 +0000 (21:06 +0200)
commitdac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea
tree4c9124f2de51bedb339bc5cdb47a3086c0e92af9
parent8aeec40207b5adcd3a155277dc4f29189343b963
patch 8.1.2045: the option.c file is too big

Problem:    The option.c file is too big.
Solution:   Split off the code dealing with strings. (Yegappan Lakshmanan,
            closes #4937)
17 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/ops.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c [new file with mode: 0644]
src/os_unix.c
src/proto.h
src/proto/option.pro
src/proto/optionstr.pro [new file with mode: 0644]
src/version.c