mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0112
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user