mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-011
This commit is contained in:
parent
dc3213d855
commit
1ad2f13b37
@ -1360,8 +1360,7 @@ init_locale()
|
|||||||
p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
|
p = vim_getenv((char_u *)"VIMRUNTIME", &mustfree);
|
||||||
if (p != NULL && *p != NUL)
|
if (p != NULL && *p != NUL)
|
||||||
{
|
{
|
||||||
STRCPY(NameBuff, p);
|
vim_snprintf((char *)NameBuff, MAXPATHL, "%s/lang", p);
|
||||||
STRCAT(NameBuff, "/lang");
|
|
||||||
bindtextdomain(VIMPACKAGE, (char *)NameBuff);
|
bindtextdomain(VIMPACKAGE, (char *)NameBuff);
|
||||||
}
|
}
|
||||||
if (mustfree)
|
if (mustfree)
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
11,
|
||||||
/**/
|
/**/
|
||||||
10,
|
10,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user