Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1384 EVENT_VIMRESUME, // after Vim is resumed enumerator
H A Dautocmd.c195 {"VimResume", EVENT_VIMRESUME},
H A Dex_docmd.c6187 apply_autocmds(EVENT_VIMRESUME, NULL, NULL, FALSE, NULL); in ex_stop()