diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-12 22:26:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-12 22:26:43 +0200 |
commit | 0eddca40a6d878823fc90b0cd25d5d101506c564 (patch) | |
tree | 70e556bfeb9287bb66e9a39e3ec053f96fa561cb /Filelist | |
parent | 8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f (diff) | |
download | vim-git-0eddca40a6d878823fc90b0cd25d5d101506c564.tar.gz |
patch 8.1.2022: the option.c file is too bigv8.1.2022
Problem: The option.c file is too big.
Solution: Move option definitions to a separate file. (Yegappan Lakshmanan,
closes #4918)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ SRC_ALL = \ src/ops.c \ src/option.c \ src/option.h \ + src/optiondefs.h \ src/popupmnu.c \ src/popupwin.c \ src/profiler.c \ |