# HG changeset patch # User Christian Brabandt # Date 1470171606 -7200 # Node ID 6f538782225305daab0f5e0959993fbe8924e7c0 # Parent 3478d600f6aa04a32268423cb2bc95b0b10bd615 commit https://github.com/vim/vim/commit/abb71fbd399772d467aaa7b34b958b0f975c7e65 Author: Bram Moolenaar Date: Tue Aug 2 22:51:42 2016 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2147, +/**/ 2146, /**/ 2145,