# HG changeset patch # User Bram Moolenaar # Date 1591802104 -7200 # Node ID 8b775cd23555fa5285d677fe0d8cfb764d5f7eb9 # Parent 34febcaa0336d3af9693541895e10663ff182412 patch 8.2.0950: tagjump test fails Commit: https://github.com/vim/vim/commit/13b8205b442f52f34deac98e3312a27dec14d8e2 Author: Bram Moolenaar Date: Wed Jun 10 17:13:48 2020 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 950, +/**/ 949, /**/ 948,