Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmain.c635 apply_autocmds(EVENT_BUFUNLOAD, buf->b_fname, buf->b_fname, false, buf); in getout()
H A Dbuffer.c677 && apply_autocmds(EVENT_BUFUNLOAD, buf->b_fname, buf->b_fname, false, buf) in buf_freeall()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1288 EVENT_BUFUNLOAD, // just before unloading a buffer enumerator
H A Dautocmd.c97 {"BufUnload", EVENT_BUFUNLOAD},
H A Dmain.c1610 apply_autocmds(EVENT_BUFUNLOAD, buf->b_fname, buf->b_fname, in getout()
H A Dbuffer.c800 if (apply_autocmds(EVENT_BUFUNLOAD, buf->b_fname, buf->b_fname, in buf_freeall()