Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1333 EVENT_GUIENTER, // after starting the GUI enumerator
H A Dautocmd.c145 {"GUIEnter", EVENT_GUIENTER},
H A Dgui.c163 apply_autocmds(gui.in_use ? EVENT_GUIENTER : EVENT_GUIFAILED, in gui_start()