Skip to content

Commit abb71fb

Browse files
committed
patch 7.4.2147
Problem: test_alot fails. Solution: Close window.
1 parent 4724728 commit abb71fb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_popup.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ func! Test_popup_complete()
203203
call feedkeys("aM\<f5>\<enter>\<esc>", 'tx')
204204
call assert_equal(["March", "M", "March"], getline(1,4))
205205
%d
206+
bwipe!
206207
endfu
207208

208209

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2147,
766768
/**/
767769
2146,
768770
/**/

0 commit comments

Comments
 (0)