mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
only check got_int with ex_echo
Ref: https://github.com/neovim/neovim/pull/10926#discussion_r320706446
This commit is contained in:
@@ -20903,7 +20903,7 @@ void ex_echo(exarg_T *eap)
|
||||
char *tofree = encode_tv2echo(&rettv, NULL);
|
||||
if (*tofree != NUL) {
|
||||
msg_ext_set_kind("echo");
|
||||
msg_multiline_attr(tofree, echo_attr);
|
||||
msg_multiline_attr(tofree, echo_attr, true);
|
||||
}
|
||||
xfree(tofree);
|
||||
}
|
||||
|
Reference in New Issue
Block a user