forked from aniani/vim
updated for version 7.2b-000
This commit is contained in:
@@ -774,7 +774,7 @@ restofline:
|
||||
*namebuf = NUL;
|
||||
if (tail && *tail)
|
||||
{
|
||||
STRCPY(IObuff, skipwhite(tail));
|
||||
STRMOVE(IObuff, skipwhite(tail));
|
||||
multiscan = TRUE;
|
||||
goto restofline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user