From abb71fbd399772d467aaa7b34b958b0f975c7e65 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 2 Aug 2016 22:51:42 +0200 Subject: [PATCH] patch 7.4.2147 Problem: test_alot fails. Solution: Close window. --- src/testdir/test_popup.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim index ca482c0f0..d5f50ca88 100644 --- a/src/testdir/test_popup.vim +++ b/src/testdir/test_popup.vim @@ -203,6 +203,7 @@ func! Test_popup_complete() call feedkeys("aM\\\", 'tx') call assert_equal(["March", "M", "March"], getline(1,4)) %d + bwipe! endfu diff --git a/src/version.c b/src/version.c index dbd9f171b..9402bb548 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2147, /**/ 2146, /**/ -- 2.50.1