Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c3919 char_u has_hotkey[HAS_HOTKEY_LEN]; in msg_show_console_dialog() local
3923 has_hotkey[0] = FALSE; in msg_show_console_dialog()
3952 if (idx < HAS_HOTKEY_LEN - 1 && !has_hotkey[++idx]) in msg_show_console_dialog()
3960 has_hotkey[++idx] = FALSE; in msg_show_console_dialog()
3987 has_hotkey[idx] = TRUE; in msg_show_console_dialog()
4016 if (!has_hotkey[0]) in msg_show_console_dialog()