summaryrefslogtreecommitdiffstats
path: root/src/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/move.c')
-rw-r--r--src/move.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/move.c b/src/move.c
index e678b8784c..232a87506d 100644
--- a/src/move.c
+++ b/src/move.c
@@ -1614,9 +1614,7 @@ botline_forw(lineoff_T *lp)
lp->height = 1;
else
#endif
- {
lp->height = PLINES_NOFILL(lp->lnum);
- }
}
}