patch 7.4.2147
Problem:    test_alot fails.
Solution:   Close window.
diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim
index ca482c0..d5f50ca 100644
--- a/src/testdir/test_popup.vim
+++ b/src/testdir/test_popup.vim
@@ -203,6 +203,7 @@
   call feedkeys("aM\<f5>\<enter>\<esc>", 'tx')
   call assert_equal(["March", "M", "March"], getline(1,4))
   %d
+  bwipe!
 endfu
 
 
diff --git a/src/version.c b/src/version.c
index dbd9f17..9402bb5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2147,
+/**/
     2146,
 /**/
     2145,