mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Fix lint errors.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user