Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1359 EVENT_SWAPEXISTS, // found existing swap file enumerator
H A Dautocmd.c171 {"SwapExists", EVENT_SWAPEXISTS},
H A Dmemline.c4650 apply_autocmds(EVENT_SWAPEXISTS, buf->b_fname, NULL, FALSE, NULL); in do_swapexists()
5024 && has_autocmd(EVENT_SWAPEXISTS, buf_fname, buf)) in findswapname()