Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddigraph.c2618 #define KMAP_LLEN 200 // max length of "to" and "from" together in ex_loadkeymap() macro
2619 char_u buf[KMAP_LLEN + 11]; in ex_loadkeymap()
2660 || STRLEN(kp->from) + STRLEN(kp->to) >= KMAP_LLEN in ex_loadkeymap()