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

/macosx-10.10.1/vim-55/src/
H A Dmessage.c3477 #define HAS_HOTKEY_LEN 30 macro
3478 char_u has_hotkey[HAS_HOTKEY_LEN];
3513 if (idx < HAS_HOTKEY_LEN - 1 && !has_hotkey[++idx])
3520 if (idx < HAS_HOTKEY_LEN - 1)
3547 if (idx < HAS_HOTKEY_LEN - 1)

Completed in 72 milliseconds