]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-037 v7.1.037
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jul 2007 12:58:01 +0000 (12:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jul 2007 12:58:01 +0000 (12:58 +0000)
src/option.c
src/version.c

index 51e6a34ea8ff279768432fc72c51e77b025dd0c5..68a779fd035cba20dbda3ae9d8185b4c95ae05de 100644 (file)
@@ -4628,7 +4628,7 @@ do_set(arg, opt_flags)
                                    if ((!(flags & P_COMMA) || *s != ',')
                                            && vim_strchr(s + 1, *s) != NULL)
                                    {
-                                       STRCPY(s, s + 1);
+                                       mch_memmove(s, s + 1, STRLEN(s));
                                        --s;
                                    }
                            }
index 22467d358374699c3783b6df62de0bb4dc88e060..c3b268bee5ed023daaa9c267f0bce0cf9b2a50d4 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    37,
 /**/
     36,
 /**/