1
0
forked from aniani/vim

patch 7.4.2147

Problem:    test_alot fails.
Solution:   Close window.
This commit is contained in:
Bram Moolenaar
2016-08-02 22:51:42 +02:00
parent 472472898a
commit abb71fbd39
2 changed files with 3 additions and 0 deletions

View 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

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2147,
/**/
2146,
/**/