diff src/testdir/test_popupwin.vim @ 18110:6a6c4536ea4c v8.1.2050

patch 8.1.2050: popup window test fails in some configurations Commit: https://github.com/vim/vim/commit/7e0f462db594e3e2eee3a55531250a6afc9c0b92 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 17 21:23:39 2019 +0200 patch 8.1.2050: popup window test fails in some configurations Problem: Popup window test fails in some configurations. (James McCoy) Solution: Clear the command line.
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Sep 2019 21:30:05 +0200
parents 687d08fee911
children 5a5e9eed6029
line wrap: on
line diff
--- a/src/testdir/test_popupwin.vim
+++ b/src/testdir/test_popupwin.vim
@@ -1764,6 +1764,7 @@ func Test_popup_scrollbar()
 
   " remove the minwidth and maxheight
   call term_sendkeys(buf, ":call popup_setoptions(winid, #{maxheight: 0, minwidth: 0})\<CR>")
+  call term_sendkeys(buf, ":\<CR>")
   call VerifyScreenDump(buf, 'Test_popupwin_scroll_10', {})
 
   " clean up