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/version.c b/src/version.c index 23b0168..50422aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1601, +/**/ 1600, /**/ 1599,