diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-11-21 21:41:41 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-11-21 21:41:41 +0100 |
commit | 4b2ce1297e6e991bf6a674f9465d26d28e648de7 (patch) | |
tree | 6abf104f97f79d70a996ba7ebc0492c54907d9f9 /src/testdir/test_popupwin.vim | |
parent | 5546688fb6798d37a770f366c13dedfa7e4cb417 (diff) | |
download | vim-git-4b2ce1297e6e991bf6a674f9465d26d28e648de7.tar.gz |
patch 8.2.2030: some tests fail on Macv8.2.2030
Problem: Some tests fail on Mac.
Solution: Avoid Mac test failures. Add additional test for wildmenu.
(Yegappan Lakshmanan, closes #7341)
Diffstat (limited to 'src/testdir/test_popupwin.vim')
-rw-r--r-- | src/testdir/test_popupwin.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index e5d4697e5..45e35030d 100644 --- a/src/testdir/test_popupwin.vim +++ b/src/testdir/test_popupwin.vim @@ -605,6 +605,7 @@ func Test_popup_drag_termwin() endfor %foldclose set shell=/bin/sh noruler + unlet $PROMPT_COMMAND let $PS1 = 'vim> ' terminal ++rows=4 $wincmd w |