1
0
forked from aniani/vim

updated for version 7.0127

This commit is contained in:
Bram Moolenaar
2005-08-10 21:07:57 +00:00
parent c388fbf9d9
commit 0fa313a718
47 changed files with 638 additions and 465 deletions

View File

@@ -2284,7 +2284,7 @@ fname_case(
if (enc_dbcs)
{
l = (*mb_ptr2len_check)(porig);
l = (*mb_ptr2len)(porig);
while (--l >= 0)
*ptrue++ = *porig++;
}