aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-27 11:17:04 +0800
committerGitHub <noreply@github.com>2023-11-27 11:17:04 +0800
commit6343d414369de1f3b259e51438cd4f666d82d3d2 (patch)
tree16e65e965716e0e9f694e5f5032b5eaa539583b7 /src/clint.py
parent09541d514dd18bf86f673d3784d406236fcbdad8 (diff)
downloadrneovim-6343d414369de1f3b259e51438cd4f666d82d3d2.tar.gz
rneovim-6343d414369de1f3b259e51438cd4f666d82d3d2.tar.bz2
rneovim-6343d414369de1f3b259e51438cd4f666d82d3d2.zip
refactor: move autocmd types to autocmd_defs.h (#26239)
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 6e4d419b38..293545199b 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -915,6 +915,7 @@ def CheckIncludes(filename, lines, error):
"src/nvim/ascii.h",
"src/nvim/assert.h",
"src/nvim/autocmd.h",
+ "src/nvim/autocmd_defs.h",
"src/nvim/base64.h",
"src/nvim/buffer.h",
"src/nvim/buffer_defs.h",