mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +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:
@@ -15,7 +15,7 @@ local mkdir = helpers.mkdir
|
||||
|
||||
cimport('string.h')
|
||||
local cimp = cimport('./src/nvim/os/os.h', './src/nvim/path.h')
|
||||
local options = cimport('./src/nvim/option_defs.h')
|
||||
local options = cimport('./src/nvim/option_vars.h')
|
||||
|
||||
local length = 0
|
||||
local buffer = nil
|
||||
|
||||
Reference in New Issue
Block a user