]> granicus.if.org Git - vim/commitdiff
patch 8.0.1171: popup test is still a bit flaky v8.0.1171
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Oct 2017 14:59:18 +0000 (16:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Oct 2017 14:59:18 +0000 (16:59 +0200)
Problem:    Popup test is still a bit flaky.
Solution:   Change term_wait() calls. (Ozaki Kiichi)

src/testdir/test_popup.vim
src/version.c

index 0dfa956fb28c60d5245575cb99317f93f820935c..fdd51de51cb60f53952fceb9b57001f152cdbedb 100644 (file)
@@ -645,9 +645,8 @@ func Test_popup_and_window_resize()
   endif
   let g:buf = term_start([$VIMPROG, '--clean', '-c', 'set noswapfile'], {'term_rows': h / 3})
   call term_sendkeys(g:buf, (h / 3 - 1)."o\<esc>G")
-  call term_wait(g:buf, 100)
   call term_sendkeys(g:buf, "i\<c-x>")
-  call term_wait(g:buf, 100)
+  call term_wait(g:buf, 200)
   call term_sendkeys(g:buf, "\<c-v>")
   call term_wait(g:buf, 100)
   " popup first entry "!" must be at the top
index d809ba978031a86a5367733d4259643993a32925..925a6cd616a3edb12969dedf9f8a5eff734dd750 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1171,
 /**/
     1170,
 /**/