Fix lint errors.

This commit is contained in:
Grzegorz Milka
2016-10-23 00:56:15 +02:00
parent 9755a2ffd5
commit d357a42389
5 changed files with 25 additions and 20 deletions

View File

@@ -1771,7 +1771,7 @@ static char_u * do_one_cmd(char_u **cmdlinep,
if (text_locked() && !(ea.argt & CMDWIN)
&& !IS_USER_CMDIDX(ea.cmdidx)) {
/* Command not allowed when editing the command line. */
// Command not allowed when editing the command line.
errormsg = get_text_locked_msg();
goto doend;
}