Searched refs:KMAP_LLEN (Results 1 – 1 of 1) sorted by relevance
2618 #define KMAP_LLEN 200 // max length of "to" and "from" together in ex_loadkeymap() macro2619 char_u buf[KMAP_LLEN + 11]; in ex_loadkeymap()2660 || STRLEN(kp->from) + STRLEN(kp->to) >= KMAP_LLEN in ex_loadkeymap()