mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
build(iwyu): add a few more _defs.h mappings (#25435)
This commit is contained in:
@@ -188,7 +188,22 @@ local function dump_option(i, o)
|
||||
w(' },')
|
||||
end
|
||||
|
||||
w('static vimoption_T options[] = {')
|
||||
w([[
|
||||
#include "nvim/ex_cmds.h"
|
||||
#include "nvim/ex_getln.h"
|
||||
#include "nvim/insexpand.h"
|
||||
#include "nvim/mapping.h"
|
||||
#include "nvim/ops.h"
|
||||
#include "nvim/option.h"
|
||||
#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"
|
||||
|
||||
static vimoption_T options[] = {]])
|
||||
for i, o in ipairs(options.options) do
|
||||
dump_option(i, o)
|
||||
end
|
||||
|
Reference in New Issue
Block a user