aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27e1699907..a229237268 100644
--- a/Makefile
+++ b/Makefile
@@ -160,6 +160,7 @@ iwyu: build/.ran-cmake
|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\