mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_long
This commit is contained in:
@@ -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;) {
|
||||
|
Reference in New Issue
Block a user