From 5d3c9f8c2a0fc29ba4ac8e0f052378b64d9e3dd3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 26 Jun 2020 20:41:39 +0200 Subject: patch 8.2.1061: insufficient testing for src/window.c Problem: Insufficient testing for src/window.c. Solution: Add more tests. (Yegappan Lakshmanan, closes #6345) --- src/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window.c') 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; -- cgit v1.2.1