changeset 24884:1dad085e27ac v8.2.2980

patch 8.2.2980: popup window test is a bit flaky Commit: https://github.com/vim/vim/commit/0b71955552c4b18f1853c1769ca64d696f8b60c1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 12 13:59:03 2021 +0200 patch 8.2.2980: popup window test is a bit flaky Problem: Popup window test is a bit flaky. Solution: Add a redraw command.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jun 2021 14:00:05 +0200
parents d9145e6a812d
children f6bacdb175b8
files src/testdir/test_popupwin.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_popupwin.vim
+++ b/src/testdir/test_popupwin.vim
@@ -1552,6 +1552,7 @@ func Test_popup_filter()
   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
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2980,
+/**/
     2979,
 /**/
     2978,