refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attr

This commit is contained in:
bfredl
2023-09-27 22:24:50 +02:00
parent b85f1dafc7
commit 448d4837be
7 changed files with 16 additions and 16 deletions

View File

@@ -8018,7 +8018,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, true, &need_clear);
msg_multiline(tofree, echo_attr, true, &need_clear);
}
xfree(tofree);
}