mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
lint
This commit is contained in:
@@ -1260,9 +1260,10 @@ openscript (
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ignore_script)
|
if (ignore_script) {
|
||||||
/* Not reading from script, also don't open one. Warning message? */
|
// Not reading from script, also don't open one. Warning message?
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (scriptin[curscript] != NULL) /* already reading script */
|
if (scriptin[curscript] != NULL) /* already reading script */
|
||||||
++curscript;
|
++curscript;
|
||||||
|
Reference in New Issue
Block a user