1
0
forked from aniani/vim

updated for version 7.0112

This commit is contained in:
Bram Moolenaar
2005-07-21 21:03:15 +00:00
parent 80fc04348a
commit a3ffd9c780
14 changed files with 181 additions and 36 deletions

View File

@@ -473,13 +473,12 @@ mch_isFullName(char_u *fname)
slash_adjust(p)
char_u *p;
{
if (p != NULL)
while (*p)
{
if (*p == psepcN)
*p = psepc;
mb_ptr_adv(p);
}
while (*p)
{
if (*p == psepcN)
*p = psepc;
mb_ptr_adv(p);
}
}