updated for version 7.1-011

This commit is contained in:
vimboss
2007-06-19 18:27:18 +00:00
parent 2a0fd581c3
commit ee5f875319
2 changed files with 3 additions and 2 deletions
+1 -2
View 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)
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
11,
/**/
10,
/**/