Searched refs:EVENT_BUFNEW (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim.h | 1282 EVENT_BUFNEW, // after creating any buffer enumerator
|
| H A D | autocmd.c | 91 {"BufNew", EVENT_BUFNEW},
|
| H A D | fileio.c | 3023 apply_autocmds(EVENT_BUFNEW, NULL, NULL, FALSE, curbuf); in set_rw_fname()
|
| H A D | buffer.c | 2220 if (apply_autocmds(EVENT_BUFNEW, NULL, NULL, FALSE, buf) in buflist_new()
|