1
0
forked from aniani/vim

patch 8.0.0253: error when loading session if winminheight is 2

Problem:    When creating a session when winminheight is 2 or larger and
            loading that session gives an error.
Solution:   Also set winminheight before setting winheight to 1. (Rafael
            Bodill, neovim #5717)
This commit is contained in:
Bram Moolenaar
2017-01-28 17:11:14 +01:00
parent 4019cf90b8
commit 36ae89c550
3 changed files with 18 additions and 1 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
253,
/**/
252,
/**/