diff options
-rw-r--r-- | test/old/testdir/test_termcodes.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/old/testdir/test_termcodes.vim b/test/old/testdir/test_termcodes.vim index 85de65111e..b337c4ca95 100644 --- a/test/old/testdir/test_termcodes.vim +++ b/test/old/testdir/test_termcodes.vim @@ -297,6 +297,8 @@ func Test_xterm_mouse_drag_to_move_tab() \ 'Tab page 2', \ '# Xtab1'], a) + " brief sleep to avoid causing a double-click + sleep 20m %bwipe! endfor |