From: Bram Moolenaar Date: Tue, 19 Jun 2007 18:27:18 +0000 (+0000) Subject: updated for version 7.1-011 X-Git-Tag: v7.1.011 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ad2f13b37a66b0d112ead98b89d54d30f88e8fe;p=vim updated for version 7.1-011 --- diff --git a/src/main.c b/src/main.c index 438cb997e..fdfc2b82f 100644 --- a/src/main.c +++ b/src/main.c @@ -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) diff --git a/src/version.c b/src/version.c index bebd3e9e6..831db0f1c 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 11, /**/ 10, /**/