forked from aniani/vim
updated for version 7.2-046
This commit is contained in:
parent
9774ecc80c
commit
3025b39e97
@ -3131,7 +3131,7 @@ enc_locale()
|
|||||||
else
|
else
|
||||||
s = p + 1;
|
s = p + 1;
|
||||||
}
|
}
|
||||||
for (i = 0; s[i] != NUL && s + i < buf + sizeof(buf) - 1; ++i)
|
for (i = 0; s[i] != NUL && i < sizeof(buf) - 1; ++i)
|
||||||
{
|
{
|
||||||
if (s[i] == '_' || s[i] == '-')
|
if (s[i] == '_' || s[i] == '-')
|
||||||
buf[i] = '-';
|
buf[i] = '-';
|
||||||
|
@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
46,
|
||||||
/**/
|
/**/
|
||||||
45,
|
45,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user