diff options
Diffstat (limited to 'src/edit.c')
-rw-r--r-- | src/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c index 447e2ee29..8486e34aa 100644 --- a/src/edit.c +++ b/src/edit.c @@ -1776,7 +1776,7 @@ edit_putchar(int c, int highlight) else attr = 0; pc_row = W_WINROW(curwin) + curwin->w_wrow; - pc_col = W_WINCOL(curwin); + pc_col = curwin->w_wincol; #if defined(FEAT_RIGHTLEFT) || defined(FEAT_MBYTE) pc_status = PC_STATUS_UNSET; #endif |