mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor(IWYU): add "private" pragma to more generated headers (#26706)
"export" only prevents IWYU from adding these headers if the headers that export them are included, while "private" ensures that IWYU never adds these headers.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// - Put it in options.lua
|
||||
// - For a global option: Add a variable for it in option_vars.h.
|
||||
// - For a buffer or window local option:
|
||||
// - Add a BV_XX or WV_XX entry to option_vars.h
|
||||
// - Add a variable to the window or buffer struct in buffer_defs.h.
|
||||
// - For a window option, add some code to copy_winopt().
|
||||
// - For a window string option, add code to check_winopt()
|
||||
|
Reference in New Issue
Block a user