Merge pull request #25418 from bfredl/no_attr2

refactor(message): remove more "attr" variants
This commit is contained in:
bfredl
2023-09-29 20:07:16 +02:00
committed by GitHub
33 changed files with 176 additions and 199 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;) {