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