]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1881: popup window test fails in some configurations v8.1.1881
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 13:42:10 +0000 (15:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 13:42:10 +0000 (15:42 +0200)
Problem:    Popup window test fails in some configurations.
Solution:   Check that screendumps can be made.

src/testdir/test_popupwin.vim
src/version.c

index 5de7255af061b78481d6751d2736b34ad5d00684..07ed81b45fc8cc65f88159dfa086f503656c72e8 100644 (file)
@@ -2194,6 +2194,8 @@ func Test_previewpopup()
 endfunc
 
 func Test_popupmenu_info()
+  CheckScreendump
+
   let lines =<< trim END
       set completeopt+=preview,popup
       set completefunc=CompleteFuncDict
index 06116902684edc7cf153fde5b3eb360b7650d8f7..15b77c3953db4903789085a80944b082bed387a2 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1881,
 /**/
     1880,
 /**/