Problem: Highlight test fails on Win32.
Solution: Check for vtp and vcon support.
#ifdef FEAT_VREPLACE
"vreplace",
#endif
+#ifdef FEAT_VTP
+ "vtp",
+#endif
#ifdef FEAT_WILDIGN
"wildignore",
#endif
if !exists('+termguicolors')
return
endif
+ if has('vtp') && !has('vcon')
+ " Win32: 'guicolors' doesn't work without virtual console.
+ call assert_fails('set termguicolors', 'E954:')
+ return
+ endif
" Basic test that setting 'termguicolors' works with one color.
set termguicolors
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1601,
/**/
1600,
/**/