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)
func Test_popup_beval()
CheckScreendump
- CheckFeature balloon_eval
+ CheckFeature balloon_eval_term
let lines =<< trim END
call setline(1, range(1, 20))
\]
func Test_terminal_ansicolors_global()
+ CheckFeature termguicolors
if !exists('*term_getansicolors')
throw 'Skipped: term_getansicolors() not supported'
endif
endfunc
func Test_terminal_ansicolors_func()
+ CheckFeature termguicolors
if !exists('*term_getansicolors')
throw 'Skipped: term_getansicolors() not supported'
endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2063,
/**/
2062,
/**/