ext_cmdline: lint

This commit is contained in:
Dongdong Zhou
2017-06-27 02:20:27 +01:00
committed by Björn Linse
parent fb389a6b4b
commit 5ad591ef2d
3 changed files with 14 additions and 12 deletions

View File

@@ -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;
}