diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-30 14:41:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 14:41:34 +0800 |
commit | dc6d0d2daf69e2fdadda81feb97906dbc962a239 (patch) | |
tree | 7cf93549ec3282e1f42baf89e97d7890daeb5d70 /src/nvim/generators | |
parent | cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3 (diff) | |
download | rneovim-dc6d0d2daf69e2fdadda81feb97906dbc962a239.tar.gz rneovim-dc6d0d2daf69e2fdadda81feb97906dbc962a239.tar.bz2 rneovim-dc6d0d2daf69e2fdadda81feb97906dbc962a239.zip |
refactor: reorganize option header files (#25437)
- Move vimoption_T to option.h
- option_defs.h is for option-related types
- option_vars.h corresponds to Vim's option.h
- option_defs.h and option_vars.h don't include each other
Diffstat (limited to 'src/nvim/generators')
-rw-r--r-- | src/nvim/generators/gen_options.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/generators/gen_options.lua b/src/nvim/generators/gen_options.lua index 6605f936fe..0932a1357f 100644 --- a/src/nvim/generators/gen_options.lua +++ b/src/nvim/generators/gen_options.lua @@ -189,7 +189,6 @@ local function dump_option(i, o) end w([[ -#include "nvim/ex_cmds.h" #include "nvim/ex_getln.h" #include "nvim/insexpand.h" #include "nvim/mapping.h" @@ -198,8 +197,6 @@ w([[ #include "nvim/optionstr.h" #include "nvim/quickfix.h" #include "nvim/runtime.h" -#include "nvim/spell.h" -#include "nvim/spellfile.h" #include "nvim/tag.h" #include "nvim/window.h" |