# HG changeset patch # User Bram Moolenaar # Date 1566135903 -7200 # Node ID b6c82748f9e1074c82a5df0973111c2d2f6ef4e7 # Parent c8e4f9a31aaed1be5619031999051dd164efb076 patch 8.1.1881: popup window test fails in some configurations commit https://github.com/vim/vim/commit/f4665e78f2d1b2ca64de5f5331d03de7d61c8c66 Author: Bram Moolenaar Date: Sun Aug 18 15:42:10 2019 +0200 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. diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim --- a/src/testdir/test_popupwin.vim +++ b/src/testdir/test_popupwin.vim @@ -2194,6 +2194,8 @@ func Test_previewpopup() endfunc func Test_popupmenu_info() + CheckScreendump + let lines =<< trim END set completeopt+=preview,popup set completefunc=CompleteFuncDict diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1881, +/**/ 1880, /**/ 1879,