diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-18 15:42:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-18 15:42:10 +0200 |
commit | f4665e78f2d1b2ca64de5f5331d03de7d61c8c66 (patch) | |
tree | 8289370c139fd88bf7331963071b689858b7c5c4 | |
parent | 576a4a6ff14da876d7c4418e5f27e926fcfa8d2a (diff) | |
download | vim-git-f4665e78f2d1b2ca64de5f5331d03de7d61c8c66.tar.gz |
patch 8.1.1881: popup window test fails in some configurationsv8.1.1881
Problem: Popup window test fails in some configurations.
Solution: Check that screendumps can be made.
-rw-r--r-- | src/testdir/test_popupwin.vim | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index 5de7255af..07ed81b45 100644 --- 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 index 061169026..15b77c395 100644 --- 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, |