diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-11-27 11:17:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 11:17:04 +0800 |
| commit | 6343d414369de1f3b259e51438cd4f666d82d3d2 (patch) | |
| tree | 16e65e965716e0e9f694e5f5032b5eaa539583b7 /Makefile | |
| parent | 09541d514dd18bf86f673d3784d406236fcbdad8 (diff) | |
| download | rneovim-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\ |