mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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. */
|
||||
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 */
|
||||
|
Reference in New Issue
Block a user