1
0
forked from aniani/vim

patch 8.1.1881: popup window test fails in some configurations

Problem:    Popup window test fails in some configurations.
Solution:   Check that screendumps can be made.
This commit is contained in:
Bram Moolenaar
2019-08-18 15:42:10 +02:00
parent 576a4a6ff1
commit f4665e78f2
2 changed files with 4 additions and 0 deletions

View File

@@ -2194,6 +2194,8 @@ func Test_previewpopup()
endfunc endfunc
func Test_popupmenu_info() func Test_popupmenu_info()
CheckScreendump
let lines =<< trim END let lines =<< trim END
set completeopt+=preview,popup set completeopt+=preview,popup
set completefunc=CompleteFuncDict set completefunc=CompleteFuncDict

View File

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