forked from aniani/vim
updated for version 7.0-053
This commit is contained in:
@@ -4492,7 +4492,7 @@ shorten_dir(str)
|
||||
int l = mb_ptr2len(s);
|
||||
|
||||
while (--l > 0)
|
||||
*d++ = *s++;
|
||||
*d++ = *++s;
|
||||
}
|
||||
# endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user