0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0-229

This commit is contained in:
Bram Moolenaar
2007-04-26 14:48:01 +00:00
parent a24424370c
commit 4076b79afd
2 changed files with 3 additions and 1 deletions

View File

@@ -2183,7 +2183,7 @@ vgetorpeek(advance)
} }
/* Need more chars for partly match. */ /* Need more chars for partly match. */
if (mlen == typebuf.tb_len) if (mlen == typebuf.tb_len)
keylen = KL_PART_MAP; keylen = KL_PART_KEY;
else if (max_mlen < mlen) else if (max_mlen < mlen)
/* no match, may have to check for termcode at /* no match, may have to check for termcode at
* next character */ * next character */

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
229,
/**/ /**/
228, 228,
/**/ /**/