Home
last modified time | relevance | path

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

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