mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-055
This commit is contained in:
@@ -1898,7 +1898,7 @@ backslash_halve(p)
|
||||
{
|
||||
for ( ; *p; ++p)
|
||||
if (rem_backslash(p))
|
||||
STRCPY(p, p + 1);
|
||||
mch_memmove(p, p + 1, STRLEN(p));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user