]> granicus.if.org Git - vim/commitdiff
patch 8.1.1935: test for text property popup window is flaky v8.1.1935
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Aug 2019 20:38:07 +0000 (22:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Aug 2019 20:38:07 +0000 (22:38 +0200)
Problem:    Test for text property popup window is flaky.
Solution:   Remove the undo message

src/testdir/dumps/Test_popup_textprop_corn_4.dump
src/testdir/test_popupwin_textprop.vim
src/version.c

index 7bf10b24b471f0eb2df629942d62d18fe47a8f2d..6db9eee8c091bf2b26c6fb5b7e925695eb13688f 100644 (file)
@@ -9,4 +9,4 @@
 |5|3| @21|╚+0#0000001#ffd7ff255|═@9|╝| +0#0000000#ffffff0@38
 |5|4| @72
 |5@1| @72
-|1| |l|i|n|e| |l|e|s@1|;| |b|e|f|o|r|e| |#|3| @1|1| |s|e|c|o|n|d| |a|g|o| @20|4|6|,|1| @9|4|9|%| 
+|:| @55|4|6|,|1| @9|4|9|%| 
index 491381592dd8a4ca3313aa73546eddb06bb5f119..2a4eb2cd0d6449c9b6d3a6a0e4196102be4e8b5b 100644 (file)
@@ -96,6 +96,7 @@ func Test_textprop_popup_corners()
   call VerifyScreenDump(buf, 'Test_popup_textprop_corn_3', {})
 
   call term_sendkeys(buf, "u")
+  call term_sendkeys(buf, ":\<CR>")
   call VerifyScreenDump(buf, 'Test_popup_textprop_corn_4', {})
 
   " clean up
index 966c5b76c65496f520a14ea77545673f7f9afea9..f798b8f4ba622c6a33a580bd4e9e35c5495be256 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1935,
 /**/
     1934,
 /**/