Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c3920 int first_hotkey = FALSE; // first char of button is hotkey in msg_show_console_dialog() local
3953 first_hotkey = TRUE; in msg_show_console_dialog()
3963 else if (*r == DLG_HOTKEY_CHAR || first_hotkey) in msg_show_console_dialog()
3967 first_hotkey = FALSE; in msg_show_console_dialog()
4018 first_hotkey = TRUE; in msg_show_console_dialog()