updated for version 7.0-229
author |
vimboss |
date |
Thu, 26 Apr 2007 14:48:01 +0000 |
parents |
50a932187204 |
children |
d75027183cf4 |
files |
src/getchar.c src/version.c |
diffstat |
2 files changed, 3 insertions(+), 1 deletions(-)
[+]
|
line diff
--- 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 */
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 229,
+/**/
228,
/**/
227,