Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1378 EVENT_VIMRESIZED, // after Vim window was resized enumerator
H A Dautocmd.c192 {"VimResized", EVENT_VIMRESIZED},
H A Dscreen.c2902 apply_autocmds(EVENT_VIMRESIZED, NULL, NULL, FALSE, curbuf); in screenalloc()