summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.c b/src/normal.c
index 330356ce9e..8ea4ba64ce 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -4343,6 +4343,7 @@ dozet:
curwin->w_cursor.lnum = curbuf->b_ml.ml_line_count;
else
curwin->w_cursor.lnum = cap->count0;
+ check_cursor_col();
}
switch (nchar)