commit | 0b71955552c4b18f1853c1769ca64d696f8b60c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 13:59:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 13:59:03 2021 +0200 |
tree | 0dbba4393d0cff9c34296cd3353e95540552c8cd | |
parent | 5958549760652c173b703613b9cbf09b25a4eddb [diff] [blame] |
patch 8.2.2980: popup window test is a bit flaky Problem: Popup window test is a bit flaky. Solution: Add a redraw command.
diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index faadfe2..147a3a4 100644 --- a/src/testdir/test_popupwin.vim +++ b/src/testdir/test_popupwin.vim
@@ -1552,6 +1552,7 @@ call assert_equal(9, getcurpos()[2]) call feedkeys('0', 'xt') call assert_equal('0', g:ignored) + redraw call assert_equal(1, getcurpos()[2]) " x closes the popup