Searched refs:KEY_MSG_BUFSIZ (Results 1 – 1 of 1) sorted by relevance
477 #define KEY_MSG_BUFSIZ 7 macro478 #if KEY_MSG_BUFSIZ < MAX_KEY_CODE_LEN479 #error Increase KEY_MSG_BUFSIZ!484 char_u chars[KEY_MSG_BUFSIZ]; // contains Vim encoding1249 if (numBytes > KEY_MSG_BUFSIZ) in KeyDown()1250 numBytes = KEY_MSG_BUFSIZ; // should never happen... ??? in KeyDown()