Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1287 EVENT_BUFUNLOAD, // just before unloading a buffer enumerator
H A Dautocmd.c97 {"BufUnload", EVENT_BUFUNLOAD},
H A Dmain.c1612 apply_autocmds(EVENT_BUFUNLOAD, buf->b_fname, buf->b_fname, in getout()
H A Dbuffer.c802 if (apply_autocmds(EVENT_BUFUNLOAD, buf->b_fname, buf->b_fname, in buf_freeall()