refactor: move autocmd types to autocmd_defs.h (#26239)

This commit is contained in:
zeertzjq
2023-11-27 11:17:04 +08:00
committed by GitHub
parent 09541d514d
commit 6343d41436
10 changed files with 91 additions and 70 deletions

View File

@@ -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",