mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 21:52:41 +00:00
lint
This commit is contained in:
@@ -19863,9 +19863,9 @@ void ex_echo(exarg_T *eap)
|
||||
}
|
||||
eap->nextcmd = check_nextcmd(arg);
|
||||
|
||||
if (eap->skip)
|
||||
--emsg_skip;
|
||||
else {
|
||||
if (eap->skip) {
|
||||
emsg_skip--;
|
||||
} else {
|
||||
// remove text that may still be there from the command
|
||||
msg_clr_eos();
|
||||
if (eap->cmdidx == CMD_echo) {
|
||||
|
||||
Reference in New Issue
Block a user