patch 8.2.4923: test checks for terminal feature unnecessarily
Problem: Test checks for terminal feature unnecessarily.
Solution: Remove CheckRunVimInTerminal. (closes #10383)
diff --git a/src/testdir/test_matchadd_conceal.vim b/src/testdir/test_matchadd_conceal.vim
index e6a5165..a4821af 100644
--- a/src/testdir/test_matchadd_conceal.vim
+++ b/src/testdir/test_matchadd_conceal.vim
@@ -340,8 +340,6 @@
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 9f72d7d..f2e0d31 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4923,
+/**/
4922,
/**/
4921,