mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor(macros): delete multibyte macros which just are aliases
This commit is contained in:
@@ -424,7 +424,7 @@ int win_lbr_chartabsize(win_T *wp, char_u *line, char_u *s, colnr_T col, int *he
|
||||
col %= numberextra;
|
||||
}
|
||||
if (*sbr != NUL) {
|
||||
sbrlen = (colnr_T)MB_CHARLEN(sbr);
|
||||
sbrlen = (colnr_T)mb_charlen(sbr);
|
||||
if (col >= sbrlen) {
|
||||
col -= sbrlen;
|
||||
}
|
||||
|
Reference in New Issue
Block a user