]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-011 v7.1.011
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2007 18:27:18 +0000 (18:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jun 2007 18:27:18 +0000 (18:27 +0000)
src/main.c
src/version.c

index 438cb997efd3268414284c065530c41b6a86c5ee..fdfc2b82f032e83237eda1225b14c71e13bac2ff 100644 (file)
@@ -1360,8 +1360,7 @@ init_locale()
        p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
        if (p != NULL && *p != NUL)
        {
-           STRCPY(NameBuff, p);
-           STRCAT(NameBuff, "/lang");
+           vim_snprintf((char *)NameBuff, MAXPATHL, "%s/lang", p);
            bindtextdomain(VIMPACKAGE, (char *)NameBuff);
        }
        if (mustfree)
index bebd3e9e6a376baee8cb4ee22af59b682720c457..831db0f1c95bc56fe7b3b09492a2dcfaf1590944 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    11,
 /**/
     10,
 /**/