This commit is contained in:
Justin M. Keyes
2019-05-06 10:02:15 +02:00
parent e7a8908b11
commit 91547a80b6
2 changed files with 113 additions and 117 deletions

View File

@@ -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) {