commit | 0eddca40a6d878823fc90b0cd25d5d101506c564 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 12 22:26:43 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 12 22:26:43 2019 +0200 |
tree | 70e556bfeb9287bb66e9a39e3ec053f96fa561cb | |
parent | 8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f [diff] [blame] |
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)
diff --git a/Filelist b/Filelist index 1ed1ecd..b40cea6 100644 --- a/Filelist +++ b/Filelist
@@ -87,6 +87,7 @@ src/ops.c \ src/option.c \ src/option.h \ + src/optiondefs.h \ src/popupmnu.c \ src/popupwin.c \ src/profiler.c \