forked from aniani/vim
patch 7.4.2147
Problem: test_alot fails. Solution: Close window.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2147,
|
||||
/**/
|
||||
2146,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user