aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-09-30 12:09:36 +0100
committerGitHub <noreply@github.com>2024-09-30 12:09:36 +0100
commit2c88cfcac42d0a4e0b1a1396539b5add807c336c (patch)
tree0301447a10df4021c0157e5e96738f4a6adbcc0d /src/clint.py
parent20251be15a4ad3f6e7016450ca3338d52b2f0951 (diff)
parent0fb5299e53cc0d7a5c03c333b1ed79262a0db3f9 (diff)
downloadrneovim-2c88cfcac42d0a4e0b1a1396539b5add807c336c.tar.gz
rneovim-2c88cfcac42d0a4e0b1a1396539b5add807c336c.tar.bz2
rneovim-2c88cfcac42d0a4e0b1a1396539b5add807c336c.zip
Merge pull request #30526 from lewis6991/fix/linematchnul
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clint.py b/src/clint.py
index 1ed01382c8..b57bbe354b 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -881,6 +881,7 @@ def CheckIncludes(filename, lines, error):
"nvim/func_attr.h",
"termkey/termkey.h",
"vterm/vterm.h",
+ "xdiff/xdiff.h",
]
for i in check_includes_ignore: