aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-12-02 16:04:47 -0700
committerMichael Ennen <mike.ennen@gmail.com>2016-12-02 16:04:47 -0700
commit9af8cd768d79e226d494d9387463cf9d8c35e0af (patch)
tree7b4bc54c1487b875c36e634eef228e68fefa66b5 /src/nvim/version.c
parent3607e0b8ff772683668127b92a841a57f8412ebc (diff)
downloadrneovim-9af8cd768d79e226d494d9387463cf9d8c35e0af.tar.gz
rneovim-9af8cd768d79e226d494d9387463cf9d8c35e0af.tar.bz2
rneovim-9af8cd768d79e226d494d9387463cf9d8c35e0af.zip
vim-patch:7.4.1835
Problem: When splitting and closing a window the status height changes. Solution: Compute the frame height correctly. (Hirohito Higashi) https://github.com/vim/vim/commit/991dea3ab185fb35e577ab0bdfd443cd4b43ccc6
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 05855ee385..b60cecf7f9 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -607,7 +607,7 @@ static int included_patches[] = {
// 1838,
// 1837,
// 1836,
- // 1835,
+ 1835,
// 1834,
1833,
1832,