Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1283 EVENT_BUFNEW, // after creating any buffer enumerator
H A Dautocmd.c91 {"BufNew", EVENT_BUFNEW},
H A Dfileio.c3023 apply_autocmds(EVENT_BUFNEW, NULL, NULL, FALSE, curbuf); in set_rw_fname()
H A Dbuffer.c2216 if (apply_autocmds(EVENT_BUFNEW, NULL, NULL, FALSE, buf) in buflist_new()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dfileio.c3777 apply_autocmds(EVENT_BUFNEW, NULL, NULL, false, curbuf); in set_rw_fname()
H A Dbuffer.c1840 if (apply_autocmds(EVENT_BUFNEW, NULL, NULL, false, buf) in buflist_new()