Home
last modified time | relevance | path

Searched refs:EVENT_BUFADD (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dautocmd.c83 {"BufAdd", EVENT_BUFADD},
84 {"BufCreate", EVENT_BUFADD},
H A Dbuffer.c2019 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 Dvim.h1275 EVENT_BUFADD = 0, // after adding a buffer to the buffer list enumerator
H A Dfileio.c3025 apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, curbuf); in set_rw_fname()
H A Dex_cmds.c2034 apply_autocmds(EVENT_BUFADD, NULL, NULL, FALSE, alt_buf); in do_write()
H A Doption.c2870 apply_autocmds(curbuf->b_p_bl ? EVENT_BUFADD : EVENT_BUFDELETE, in set_bool_option()