diff options
Diffstat (limited to 'src/gui.c')
| -rw-r--r-- | src/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4500,7 +4500,7 @@ scroll_line_len(linenr_T lnum) for (;;) { w = chartabsize(p, col); - mb_ptr_adv(p); + MB_PTR_ADV(p); if (*p == NUL) /* don't count the last character */ break; col += w; |
