commit | ff1e8795772a0175017c4c4f74ce33614ea8e73a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 12 22:16:37 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 12 22:16:37 2018 +0100 |
tree | 07dc7bbd38381bb19f98f149fc1b691c31a0d0d2 | |
parent | f708ac592f47100a36f2bc12ec98ea6357fdfa27 [diff] [blame] |
patch 8.0.1601: highlight test fails on Win32 Problem: Highlight test fails on Win32. Solution: Check for vtp and vcon support.
diff --git a/src/evalfunc.c b/src/evalfunc.c index 1620efe..6076b03 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c
@@ -6198,6 +6198,9 @@ #ifdef FEAT_VREPLACE "vreplace", #endif +#ifdef FEAT_VTP + "vtp", +#endif #ifdef FEAT_WILDIGN "wildignore", #endif