1
0
forked from aniani/vim

patch 7.4.2149

Problem:    If a test leaves a window open a following test may fail.
Solution:   Always close extra windows after running a test.
This commit is contained in:
Bram Moolenaar
2016-08-02 23:04:49 +02:00
parent edf634e0f1
commit 7cba71d7e3
3 changed files with 8 additions and 2 deletions

View File

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