refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_long

This commit is contained in:
bfredl
2023-09-29 15:52:27 +02:00
parent af7d317f3f
commit b07fd0e988
3 changed files with 5 additions and 11 deletions

View File

@@ -976,7 +976,7 @@ static void showmatches_oneline(expand_T *xp, char **matches, int numMatches, in
msg_advance(maxlen + 1);
msg_puts(p);
msg_advance(maxlen + 3);
msg_outtrans_long_attr(p + 2, HL_ATTR(HLF_D));
msg_outtrans_long(p + 2, HL_ATTR(HLF_D));
break;
}
for (int i = maxlen - lastlen; --i >= 0;) {