diff --git a/src/getchar.c b/src/getchar.c index 447805e0f5..912c0d22a8 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -2183,7 +2183,7 @@ vgetorpeek(advance) } /* Need more chars for partly match. */ if (mlen == typebuf.tb_len) - keylen = KL_PART_MAP; + keylen = KL_PART_KEY; else if (max_mlen < mlen) /* no match, may have to check for termcode at * next character */ diff --git a/src/version.c b/src/version.c index 0dd549fb77..a825b38080 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 229, /**/ 228, /**/