From: Bram Moolenaar Date: Wed, 10 Jun 2020 15:13:48 +0000 (+0200) Subject: patch 8.2.0950: tagjump test fails X-Git-Tag: v8.2.0950 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13b8205b442f52f34deac98e3312a27dec14d8e2;p=thirdparty%2Fvim.git patch 8.2.0950: tagjump test fails Problem: Tagjump test fails. Solution: Adjust expected text of the prompt. --- diff --git a/src/testdir/test_tagjump.vim b/src/testdir/test_tagjump.vim index fa825c7dc0..0a69a8d3a9 100644 --- a/src/testdir/test_tagjump.vim +++ b/src/testdir/test_tagjump.vim @@ -1031,7 +1031,7 @@ func Test_tselect_listing() 2 FS v first Xfoo typeref:typename:char 2 -Type number and (empty cancels): +Type number and (q or empty cancels): [DATA] call assert_equal(expected, l) diff --git a/src/version.c b/src/version.c index 52d655cbc2..abf9f6860a 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 950, /**/ 949, /**/