commit | 4076b79afd6f85f124cdc5e57241a86b52772332 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 26 14:48:01 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 26 14:48:01 2007 +0000 |
tree | 49f64255bd9f26c88e827b3d3fb816789a4e8362 | |
parent | a24424370ca347c0ee882fa891d69cf5a6fad807 [diff] [blame] |
updated for version 7.0-229
diff --git a/src/getchar.c b/src/getchar.c index 447805e..912c0d2 100644 --- a/src/getchar.c +++ b/src/getchar.c
@@ -2183,7 +2183,7 @@ } /* 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 */