]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1856: popup preview test fails sometimes v8.1.1856
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 15:31:15 +0000 (17:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 15:31:15 +0000 (17:31 +0200)
Problem:    popup preview test fails sometimes. (Christian Brabandt)
Solution:   Clear the command line.

src/testdir/dumps/Test_popupwin_previewpopup_6.dump
src/testdir/test_popupwin.vim
src/version.c

index cd160d3e48248ca85effb205369c9712cb164fff..a9a2be4c4ebe8d1bb06fee6089406eeeb496b31f 100644 (file)
@@ -11,4 +11,4 @@
 |v|e|r|y| |l|o|n|g| |l|i|n|e| |w|h|e|r|e| |t|h|e| |w|o|r|d| |i|s| |a|l|s|o| >a|n|o|t|h|e|r| @29
 |~+0#4040ff13&| @73
 |~| @73
-|:+0#0000000&|p|c|l|o|s|e| @49|1@1|,|3|9| @8|A|l@1| 
+| +0#0000000&@56|1@1|,|3|9| @8|A|l@1| 
index 26ab870a4c75304f8fc62a4237113b7339dfa880..2c055f0501e66388e13e366199d9ec89966c13e1 100644 (file)
@@ -2173,6 +2173,7 @@ func Test_previewpopup()
   call term_sendkeys(buf, ":cd testdir\<CR>")
 
   call term_sendkeys(buf, ":pclose\<CR>")
+  call term_sendkeys(buf, ":\<BS>")
   call VerifyScreenDump(buf, 'Test_popupwin_previewpopup_6', {})
 
   call term_sendkeys(buf, ":pedit +/theword Xtagfile\<CR>")
index 28fd2a73a8d2e12371af563746e6f97e4338e2d2..f7be012951bb924bc0a604d296811fe0054e7e68 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1856,
 /**/
     1855,
 /**/