1
0
forked from aniani/vim

updated for version 7.2-046

This commit is contained in:
Bram Moolenaar 2008-11-20 10:56:33 +00:00
parent 9774ecc80c
commit 3025b39e97
2 changed files with 3 additions and 1 deletions

View File

@ -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] = '-';

View File

@ -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,
/**/ /**/