aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-27 09:51:26 +0800
committerGitHub <noreply@github.com>2023-11-27 09:51:26 +0800
commit09541d514dd18bf86f673d3784d406236fcbdad8 (patch)
treea719e36a3161d84714cd2f5e6e70f21f5410fb5c /src/clint.py
parent7e2387f41be7cd8304fe48bfa089f2bea155dd5a (diff)
downloadrneovim-09541d514dd18bf86f673d3784d406236fcbdad8.tar.gz
rneovim-09541d514dd18bf86f673d3784d406236fcbdad8.tar.bz2
rneovim-09541d514dd18bf86f673d3784d406236fcbdad8.zip
build(IWYU): replace public-to-public mappings with pragmas (#26237)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clint.py b/src/clint.py
index ee2f3cc00f..6e4d419b38 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -1090,7 +1090,7 @@ def CheckIncludes(filename, lines, error):
return
for i, line in enumerate(lines):
- matched = Match(r'#\s*include\s*"([^"]*)"$', line)
+ matched = Match(r'#\s*include\s*"([^"]*)"', line)
if matched:
name = matched.group(1)
if (not name.endswith('.h.generated.h') and