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:
@@ -4860,7 +4860,7 @@ chk_modeline(lnum, flags)
|
||||
*/
|
||||
for (e = s; *e != ':' && *e != NUL; ++e)
|
||||
if (e[0] == '\\' && e[1] == ':')
|
||||
STRCPY(e, e + 1);
|
||||
mch_memmove(e, e + 1, STRLEN(e));
|
||||
if (*e == NUL)
|
||||
end = TRUE;
|
||||
|
||||
|
Reference in New Issue
Block a user