mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
Remove has_mbytes from lines local to parent commit
This commit is contained in:
@@ -5649,7 +5649,7 @@ void ex_sign(exarg_T *eap)
|
||||
|
||||
// Count cells and check for non-printable chars
|
||||
cells = 0;
|
||||
for (s = arg; s < p; s += (*mb_ptr2len)(s)) {
|
||||
for (s = arg; s < p; s += utfc_ptr2len(s)) {
|
||||
if (!vim_isprintc(utf_ptr2char(s))) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user