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:
@@ -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 */
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user