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