Remove has_mbytes from lines local to parent commit

This commit is contained in:
ZviRackover
2018-08-29 21:55:35 +03:00
parent 1c03a06487
commit 1015aa6ff3
6 changed files with 22 additions and 31 deletions

View File

@@ -399,7 +399,7 @@ void pum_redraw(void)
if (size > pum_width) {
do {
size -= has_mbyte ? utf_ptr2cells(rt) : 1;
size -= utf_ptr2cells(rt);
MB_PTR_ADV(rt);
} while (size > pum_width);