summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-19 22:11:51 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-19 22:11:51 +0100
commit44a2f923c00f1384c9ecde12fb5b4711bc20702e (patch)
treeff48a0f263f488b023e5b4c7d45af05dade92e8f /src/ex_getln.c
parentcc6cf9b9f9045a7d8b5923ea0c556e9a4c2567d3 (diff)
patch 7.4.1611v7.4.1611
Problem: The versplit feature makes the code uneccessary complicated. Solution: Remove FEAT_VERTSPLIT, always support vertical splits when FEAT_WINDOWS is defined.
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 8c77460be2..4577d1e8ec 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -500,11 +500,7 @@ getcmdline(
}
else
{
-# ifdef FEAT_VERTSPLIT
win_redraw_last_status(topframe);
-# else
- lastwin->w_redr_status = TRUE;
-# endif
redraw_statuslines();
}
KeyTyped = skt;