summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
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/getchar.c
parenta24424370ca347c0ee882fa891d69cf5a6fad807 (diff)
updated for version 7.0-229v7.0.229
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 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 */