mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.0.1601: highlight test fails on Win32
Problem: Highlight test fails on Win32. Solution: Check for vtp and vcon support.
This commit is contained in:
@@ -6198,6 +6198,9 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef FEAT_VREPLACE
|
||||
"vreplace",
|
||||
#endif
|
||||
#ifdef FEAT_VTP
|
||||
"vtp",
|
||||
#endif
|
||||
#ifdef FEAT_WILDIGN
|
||||
"wildignore",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user