diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index faadfe277..147a3a4ae 100644 --- 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 diff --git a/src/version.c b/src/version.c index d55ab1a24..ac5cc997b 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2980, /**/ 2979, /**/