summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-26 20:41:39 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-26 20:41:39 +0200
commit5d3c9f8c2a0fc29ba4ac8e0f052378b64d9e3dd3 (patch)
treecc1bf4386ae5f77819edd0ec2ba966deaf91e267 /src/window.c
parent5f36d5fbb836e6fdeb9e3b2c26edb88e45150db4 (diff)
downloadvim-git-5d3c9f8c2a0fc29ba4ac8e0f052378b64d9e3dd3.tar.gz
patch 8.2.1061: insufficient testing for src/window.cv8.2.1061
Problem: Insufficient testing for src/window.c. Solution: Add more tests. (Yegappan Lakshmanan, closes #6345)
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;