diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-27 17:21:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 17:21:58 +0800 |
commit | 574d25642fc9ca65b396633aeab6e2d32778b642 (patch) | |
tree | 3ec4fa989ef32615fc48d996bdafda448c31b03f /src/clint.py | |
parent | 84bbe4b0ca935db1f6202db339aee5594a3b3908 (diff) | |
download | rneovim-574d25642fc9ca65b396633aeab6e2d32778b642.tar.gz rneovim-574d25642fc9ca65b396633aeab6e2d32778b642.tar.bz2 rneovim-574d25642fc9ca65b396633aeab6e2d32778b642.zip |
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/clint.py b/src/clint.py index 293545199b..d853428cd0 100755 --- a/src/clint.py +++ b/src/clint.py @@ -916,7 +916,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/assert.h", "src/nvim/autocmd.h", "src/nvim/autocmd_defs.h", - "src/nvim/base64.h", "src/nvim/buffer.h", "src/nvim/buffer_defs.h", "src/nvim/buffer_updates.h", @@ -929,8 +928,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/cmdhist.h", "src/nvim/context.h", "src/nvim/cursor.h", - "src/nvim/cursor_shape.h", - "src/nvim/debugger.h", "src/nvim/decoration.h", "src/nvim/decoration_defs.h", "src/nvim/decoration_provider.h", @@ -943,9 +940,7 @@ def CheckIncludes(filename, lines, error): "src/nvim/eval/buffer.h", "src/nvim/eval/decode.h", "src/nvim/eval/encode.h", - "src/nvim/eval/executor.h", "src/nvim/eval/funcs.h", - "src/nvim/eval/gc.h", "src/nvim/eval/typval.h", "src/nvim/eval/typval_defs.h", "src/nvim/eval/typval_encode.h", @@ -963,13 +958,10 @@ def CheckIncludes(filename, lines, error): "src/nvim/event/time.h", "src/nvim/event/wstream.h", "src/nvim/ex_cmds.h", - "src/nvim/ex_cmds2.h", "src/nvim/ex_cmds_defs.h", "src/nvim/ex_docmd.h", - "src/nvim/ex_eval.h", "src/nvim/ex_eval_defs.h", "src/nvim/ex_getln.h", - "src/nvim/ex_session.h", "src/nvim/extmark.h", "src/nvim/extmark_defs.h", "src/nvim/file_search.h", @@ -982,7 +974,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/grid.h", "src/nvim/grid_defs.h", "src/nvim/hashtab.h", - "src/nvim/help.h", "src/nvim/highlight.h", "src/nvim/highlight_defs.h", "src/nvim/highlight_group.h", @@ -994,13 +985,7 @@ def CheckIncludes(filename, lines, error): "src/nvim/keycodes.h", "src/nvim/linematch.h", "src/nvim/log.h", - "src/nvim/lua/base64.h", "src/nvim/lua/executor.h", - "src/nvim/lua/secure.h", - "src/nvim/lua/spell.h", - "src/nvim/lua/stdlib.h", - "src/nvim/lua/treesitter.h", - "src/nvim/lua/xdiff.h", "src/nvim/macros.h", "src/nvim/main.h", "src/nvim/map.h", @@ -1012,7 +997,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/match.h", "src/nvim/mbyte.h", "src/nvim/mbyte_defs.h", - "src/nvim/memfile.h", "src/nvim/memfile_defs.h", "src/nvim/memline.h", "src/nvim/memory.h", @@ -1023,16 +1007,12 @@ def CheckIncludes(filename, lines, error): "src/nvim/msgpack_rpc/channel.h", "src/nvim/msgpack_rpc/channel_defs.h", "src/nvim/msgpack_rpc/helpers.h", - "src/nvim/msgpack_rpc/server.h", "src/nvim/msgpack_rpc/unpacker.h", "src/nvim/normal.h", - "src/nvim/nvim/extmark.h", "src/nvim/ops.h", "src/nvim/option.h", "src/nvim/option_defs.h", "src/nvim/option_vars.h", - "src/nvim/optionstr.h", - "src/nvim/os/dl.h", "src/nvim/os/fileio.h", "src/nvim/os/fs.h", "src/nvim/os/input.h", @@ -1041,9 +1021,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/os/pty_conpty_win.h", "src/nvim/os/pty_process_unix.h", "src/nvim/os/pty_process_win.h", - "src/nvim/os/shell.h", - "src/nvim/os/time.h", - "src/nvim/os/tty.h", "src/nvim/path.h", "src/nvim/plines.h", "src/nvim/popupmenu.h", @@ -1053,20 +1030,13 @@ def CheckIncludes(filename, lines, error): "src/nvim/regexp_defs.h", "src/nvim/runtime.h", "src/nvim/search.h", - "src/nvim/sha256.h", - "src/nvim/shada.h", "src/nvim/sign.h", - "src/nvim/sign_defs.h", "src/nvim/spell.h", "src/nvim/spell_defs.h", - "src/nvim/spellfile.h", - "src/nvim/state.h", "src/nvim/statusline.h", "src/nvim/statusline_defs.h", "src/nvim/strings.h", "src/nvim/syntax.h", - "src/nvim/tag.h", - "src/nvim/terminal.h", "src/nvim/testing.h", "src/nvim/textformat.h", "src/nvim/textobject.h", |