summaryrefslogtreecommitdiff
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 344bd7db7..bd6f1f239 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -4533,6 +4533,7 @@ nv_screengo(oap, dir, dist)
}
curwin->w_cursor.lnum++;
curwin->w_curswant %= width2;
+ linelen = linetabsize(ml_get_curline());
}
}
}