]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-229 v7.0.229
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Apr 2007 14:48:01 +0000 (14:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Apr 2007 14:48:01 +0000 (14:48 +0000)
src/getchar.c
src/version.c

index 447805e0f59e63790dae9a6e9b6b4b851e126008..912c0d22a83dbdc72c5db6f4b589d7364b3f8344 100644 (file)
@@ -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 */
index 0dd549fb779f7bae4045f4dd366743bce4ecd84f..a825b38080fdc6f696a462c5a84eca95b15e67eb 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    229,
 /**/
     228,
 /**/