diff options
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clint.py b/src/clint.py index 67185a7340..cc144543a0 100755 --- a/src/clint.py +++ b/src/clint.py @@ -880,6 +880,7 @@ def CheckIncludes(filename, lines, error): "mpack/object.h", "nvim/func_attr.h", "termkey/termkey.h", + "vterm/vterm.h", ] for i in check_includes_ignore: |