diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-27 19:47:06 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 21:35:21 +0100 |
commit | ab7c0e9904610a1554af1c34a42bcaa25c847c15 (patch) | |
tree | 747997adef9f18b870fea5c49a2bc243b20f4e10 /src/clint.py | |
parent | e38a05369293293b5b510b1b0014fcc2e7cb87f4 (diff) | |
download | rneovim-ab7c0e9904610a1554af1c34a42bcaa25c847c15.tar.gz rneovim-ab7c0e9904610a1554af1c34a42bcaa25c847c15.tar.bz2 rneovim-ab7c0e9904610a1554af1c34a42bcaa25c847c15.zip |
refactor: create runtime_defs.h
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 7a26f71064..5e482abca9 100755 --- a/src/clint.py +++ b/src/clint.py @@ -1027,7 +1027,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/quickfix.h", "src/nvim/regexp.h", "src/nvim/regexp_defs.h", - "src/nvim/runtime.h", "src/nvim/search.h", "src/nvim/sign.h", "src/nvim/spell.h", |