Searched refs:EVENT_BUFWIPEOUT (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 100 {"BufWipeout", EVENT_BUFWIPEOUT}, 2268 if (event == EVENT_BUFWIPEOUT && buf != NULL) in apply_autocmds_group()
|
| H A D | vim.h | 1290 EVENT_BUFWIPEOUT, // just before really deleting a buffer enumerator
|
| H A D | buffer.c | 818 if (apply_autocmds(EVENT_BUFWIPEOUT, buf->b_fname, buf->b_fname, in buf_freeall() 2044 apply_autocmds(EVENT_BUFWIPEOUT, NULL, NULL, FALSE, curbuf); in buflist_new()
|
| H A D | fileio.c | 3007 apply_autocmds(EVENT_BUFWIPEOUT, NULL, NULL, FALSE, curbuf); in set_rw_fname()
|