mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
ext_cmdline: lint
This commit is contained in:

committed by
Björn Linse

parent
fb389a6b4b
commit
5ad591ef2d
@@ -19873,7 +19873,7 @@ void ex_function(exarg_T *eap)
|
||||
goto erret;
|
||||
|
||||
if (!ui_is_external(kUICmdline)) {
|
||||
msg_putchar('\n'); /* don't overwrite the function name */
|
||||
msg_putchar('\n'); // don't overwrite the function name
|
||||
}
|
||||
cmdline_row = msg_row;
|
||||
}
|
||||
|
Reference in New Issue
Block a user