mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 12:58:16 +00:00
Merge pull request #8945 from ZviRackover/fix-7401-step5
mbyte: remove mb_char2bytes
This commit is contained in:
@@ -1685,7 +1685,7 @@ static void printdigraph(digr_T *dp)
|
||||
if (utf_iscomposing(dp->result)) {
|
||||
*p++ = ' ';
|
||||
}
|
||||
p += (*mb_char2bytes)(dp->result, p);
|
||||
p += utf_char2bytes(dp->result, p);
|
||||
|
||||
*p = NUL;
|
||||
msg_outtrans_attr(buf, HL_ATTR(HLF_8));
|
||||
|
Reference in New Issue
Block a user