mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 08:44:06 +00:00
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
This commit is contained in:
@@ -11,10 +11,7 @@ local neq = helpers.neq
|
||||
local eq = helpers.eq
|
||||
local mkdir = helpers.mkdir
|
||||
|
||||
cimport('./src/nvim/ex_cmds_defs.h')
|
||||
cimport('./src/nvim/buffer_defs.h')
|
||||
local options = cimport('./src/nvim/option_defs.h')
|
||||
-- TODO: remove: local vim = cimport('./src/nvim/vim.h')
|
||||
local options = cimport('./src/nvim/option_vars.h')
|
||||
local undo = cimport('./src/nvim/undo.h')
|
||||
local buffer = cimport('./src/nvim/buffer.h')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user