Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c3918 #define HAS_HOTKEY_LEN 30 in msg_show_console_dialog() macro
3919 char_u has_hotkey[HAS_HOTKEY_LEN]; in msg_show_console_dialog()
3952 if (idx < HAS_HOTKEY_LEN - 1 && !has_hotkey[++idx]) in msg_show_console_dialog()
3959 if (idx < HAS_HOTKEY_LEN - 1) in msg_show_console_dialog()
3986 if (idx < HAS_HOTKEY_LEN - 1) in msg_show_console_dialog()