We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74af42 commit 13b47c3Copy full SHA for 13b47c3
2 files changed
src/testdir/test_popupwin.vim
@@ -1459,6 +1459,8 @@ func Test_popup_scrollbar()
1459
call VerifyScreenDump(buf, 'Test_popupwin_scroll_6', {})
1460
1461
call term_sendkeys(buf, ":call ScrollDown()\<CR>")
1462
+ " wait a bit, otherwise it fails sometimes (double click recognized?)
1463
+ sleep 100m
1464
1465
call VerifyScreenDump(buf, 'Test_popupwin_scroll_7', {})
1466
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1604,
782
/**/
783
1603,
784
0 commit comments