Searched refs:EVENT_BUFADD (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 83 {"BufAdd", EVENT_BUFADD}, 84 {"BufCreate", EVENT_BUFADD},
|
| H A D | buffer.c | 2019 if (apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, buf) in buflist_new() 2225 if (apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, buf) in buflist_new() 5763 apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, curbuf); in set_buflisted()
|
| H A D | vim.h | 1275 EVENT_BUFADD = 0, // after adding a buffer to the buffer list enumerator
|
| H A D | fileio.c | 3025 apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, curbuf); in set_rw_fname()
|
| H A D | ex_cmds.c | 2034 apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, alt_buf); in do_write()
|
| H A D | option.c | 2870 apply_autocmds(curbuf->b_p_bl ? EVENT_BUFADD : EVENT_BUFDELETE, in set_bool_option()
|