diff --git a/src/testdir/test_matchadd_conceal.vim b/src/testdir/test_matchadd_conceal.vim index e6a516504..a4821af64 100644 --- a/src/testdir/test_matchadd_conceal.vim +++ b/src/testdir/test_matchadd_conceal.vim @@ -340,8 +340,6 @@ func Test_matchadd_and_syn_conceal() endfunc func Test_interaction_matchadd_syntax() - CheckRunVimInTerminal - new " Test for issue #7268 fix. " When redrawing the second column, win_line() was comparing the sequence diff --git a/src/version.c b/src/version.c index 9f72d7de2..f2e0d317d 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4923, /**/ 4922, /**/