diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-22 12:24:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 12:24:23 +0800 |
commit | 089b934352437ab310a6dd3b138c7ed9445a3d7b (patch) | |
tree | 51de0fb010d97d4bd82aa9674156aae8ab619cdd /src/clint.py | |
parent | 6700127b30d55e6ddf70495e7b886464172d7ac6 (diff) | |
download | rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.gz rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.bz2 rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.zip |
refactor(options): generate BV_ and WV_ constants (#26705)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/clint.py b/src/clint.py index 303c3df25d..663416553e 100755 --- a/src/clint.py +++ b/src/clint.py @@ -901,7 +901,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/api/private/validate.h", "src/nvim/assert_defs.h", "src/nvim/buffer.h", - "src/nvim/buffer_defs.h", "src/nvim/channel.h", "src/nvim/charset.h", "src/nvim/eval.h", @@ -910,34 +909,22 @@ def CheckIncludes(filename, lines, error): "src/nvim/eval/typval_defs.h", "src/nvim/eval/userfunc.h", "src/nvim/event/libuv_process.h", - "src/nvim/event/loop.h", "src/nvim/event/multiqueue.h", - "src/nvim/event/process.h", - "src/nvim/event/rstream.h", - "src/nvim/event/signal.h", - "src/nvim/event/socket.h", - "src/nvim/event/stream.h", - "src/nvim/event/time.h", - "src/nvim/event/wstream.h", "src/nvim/garray.h", "src/nvim/globals.h", "src/nvim/grid.h", "src/nvim/highlight.h", - "src/nvim/input.h", "src/nvim/keycodes.h", "src/nvim/lua/executor.h", "src/nvim/main.h", "src/nvim/mark.h", "src/nvim/msgpack_rpc/channel_defs.h", - "src/nvim/msgpack_rpc/helpers.h", "src/nvim/msgpack_rpc/unpacker.h", "src/nvim/option.h", - "src/nvim/os/input.h", "src/nvim/os/pty_conpty_win.h", "src/nvim/os/pty_process_unix.h", "src/nvim/os/pty_process_win.h", "src/nvim/tui/input.h", - "src/nvim/ui.h", "src/nvim/viml/parser/expressions.h", "src/nvim/viml/parser/parser.h", ] |