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

@@ -3,7 +3,7 @@
#include <stdbool.h>
#include "klib/kvec.h"
#include "nvim/autocmd.h"
#include "nvim/autocmd_defs.h"
#include "nvim/cmdexpand_defs.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"