1
0
forked from aniani/vim

patch 8.0.1179: Test_popup_and_window_resize() does not always pass

Problem:    Test_popup_and_window_resize() does not always pass.
Solution:   Do not use $VIMPROG, pass the Vim executable in the vimcmd file.
            (Ozaki Kiichi, closes #2186)
This commit is contained in:
Bram Moolenaar
2017-10-07 20:03:23 +02:00
parent 73f4439ca6
commit 631820536e
5 changed files with 28 additions and 8 deletions

View File

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