diff --git a/src/testdir/test_popupwin.vim b/src/testdir/test_popupwin.vim index 1a39d284f6..7b7b1bd755 100644 --- a/src/testdir/test_popupwin.vim +++ b/src/testdir/test_popupwin.vim @@ -525,6 +525,9 @@ func Test_popup_select() call term_sendkeys(buf, ":call popup_close(winid)\") call term_sendkeys(buf, "\"*p") + " clean the command line, sometimes it still shows a command + call term_sendkeys(buf, ":\") + call VerifyScreenDump(buf, 'Test_popupwin_select_02', {}) " clean up diff --git a/src/version.c b/src/version.c index afd775a71b..a2137ccae3 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1668, /**/ 1667, /**/