summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index e2adc0cb9..4b2ff4b52 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1810,8 +1810,8 @@ win_move_after(win_T *win1, win_T *win2)
return;
}
- // may need move the status line/vertical separator of the last window
- //
+ // may need to move the status line/vertical separator of the last
+ // window
if (win1 == lastwin)
{
height = win1->w_prev->w_status_height;