patch 8.1.2063: some tests fail when +balloon_eval_term is missing
Problem: Some tests fail when +balloon_eval_term is missing but
_balloon_eval is present. (Dominique Pelle)
Solution: Check the right feature in the test. (closes #4962)
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim
index 810dc5f..b354115 100644
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -1466,6 +1466,7 @@
\]
func Test_terminal_ansicolors_global()
+ CheckFeature termguicolors
if !exists('*term_getansicolors')
throw 'Skipped: term_getansicolors() not supported'
endif
@@ -1480,6 +1481,7 @@
endfunc
func Test_terminal_ansicolors_func()
+ CheckFeature termguicolors
if !exists('*term_getansicolors')
throw 'Skipped: term_getansicolors() not supported'
endif