]> granicus.if.org Git - vim/commitdiff
patch 7.4.2147 v7.4.2147
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Aug 2016 20:51:42 +0000 (22:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Aug 2016 20:51:42 +0000 (22:51 +0200)
Problem:    test_alot fails.
Solution:   Close window.

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

index ca482c0f0c20ddb5922fb759ced1558717019d2b..d5f50ca8893599631906c9f99213133900e0ccec 100644 (file)
@@ -203,6 +203,7 @@ func! Test_popup_complete()
   call feedkeys("aM\<f5>\<enter>\<esc>", 'tx')
   call assert_equal(["March", "M", "March"], getline(1,4))
   %d
+  bwipe!
 endfu
 
 
index dbd9f171b3d03c19780bcf1d02df91c6650d6fd8..9402bb5489e592d663967e80d88e71f9fb0d25ec 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2147,
 /**/
     2146,
 /**/