diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-23 15:53:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 15:53:28 +0800 |
commit | c16d5729b52d2f878cd035341b951b1f185b45c9 (patch) | |
tree | 7e4f44b869d0d14fbe0eae7702426d483b3cce6c /src/clint.py | |
parent | 3c667d3e0fe41a900cee9477e190ae02d7ec0c23 (diff) | |
download | rneovim-c16d5729b52d2f878cd035341b951b1f185b45c9.tar.gz rneovim-c16d5729b52d2f878cd035341b951b1f185b45c9.tar.bz2 rneovim-c16d5729b52d2f878cd035341b951b1f185b45c9.zip |
refactor: remove CPO_TO_CPO_FLAGS() (#26718)
Just pass p_cpo to replace_termcodes() directly.
This allows removing option_vars.h from keycodes.h, and also avoids the
mistake of passing 0 as cpo_flags.
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clint.py b/src/clint.py index 32ed81f95c..2659abbb0e 100755 --- a/src/clint.py +++ b/src/clint.py @@ -912,7 +912,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/globals.h", "src/nvim/grid.h", "src/nvim/highlight.h", - "src/nvim/keycodes.h", "src/nvim/lua/executor.h", "src/nvim/main.h", "src/nvim/mark.h", |