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, /**/