summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-04-26 14:48:01 +0000
committerBram Moolenaar <Bram@vim.org>2007-04-26 14:48:01 +0000
commit4076b79afd6f85f124cdc5e57241a86b52772332 (patch)
tree49f64255bd9f26c88e827b3d3fb816789a4e8362 /src
parenta24424370ca347c0ee882fa891d69cf5a6fad807 (diff)
updated for version 7.0-229v7.0.229
Diffstat (limited to 'src')
-rw-r--r--src/getchar.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 229,
+/**/
228,
/**/
227,