aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorBastian Winkler <buz@netbuz.org>2015-04-29 20:29:41 +0200
committerMichael Reed <m.reed@mykolab.com>2015-04-30 15:20:16 -0400
commitdf3abf4df08606dd35126377ceec051763618836 (patch)
treec9dd8ecc0bdfcb5240ac65231c2b34ee5cee6161 /src/nvim/version.c
parent46871d159a44d773360624d266a6bb7937510def (diff)
downloadrneovim-df3abf4df08606dd35126377ceec051763618836.tar.gz
rneovim-df3abf4df08606dd35126377ceec051763618836.tar.bz2
rneovim-df3abf4df08606dd35126377ceec051763618836.zip
vim-patch:7.4.706 #2546
Problem: Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo) Solution: Set the status height a bit later. (Christian Brabandt) https://github.com/vim/vim/commit/v7-4-706
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 6b11809614..4bdd22e819 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -77,7 +77,7 @@ static int included_patches[] = {
//709,
//708,
//707,
- //706,
+ 706,
//705,
//704,
//703,