Home
last modified time | relevance | path

Searched refs:EVENT_VIMSUSPEND (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h1383 EVENT_VIMSUSPEND, // before Vim is suspended enumerator
H A Dautocmd.c194 {"VimSuspend", EVENT_VIMSUSPEND},
H A Dex_docmd.c6169 apply_autocmds(EVENT_VIMSUSPEND, NULL, NULL, FALSE, NULL); in ex_stop()