mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
lint
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user