]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2022: the option.c file is too big v8.1.2022
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Sep 2019 20:26:43 +0000 (22:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Sep 2019 20:26:43 +0000 (22:26 +0200)
commit0eddca40a6d878823fc90b0cd25d5d101506c564
tree70e556bfeb9287bb66e9a39e3ec053f96fa561cb
parent8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f
patch 8.1.2022: the option.c file is too big

Problem:    The option.c file is too big.
Solution:   Move option definitions to a separate file. (Yegappan Lakshmanan,
            closes #4918)
Filelist
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/option.c
src/optiondefs.h [new file with mode: 0644]
src/version.c