commit | 6b528fa062a5ac6bb5d8bd3abc26f32c65691d00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 20:07:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 20:07:33 2019 +0200 |
tree | a8b1d55922d019f9575bed3f48574cc906065326 | |
parent | f90b6e03a983b62b66564fc449e32724d6456769 [diff] [blame] |
patch 8.1.1309: test for Normal highlight fails on MS-Windows GUI Problem: Test for Normal highlight fails on MS-Windows GUI. Solution: Skip the test for MS-Windows GUI.
diff --git a/src/version.c b/src/version.c index 63cfd8d..b8acb8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1309, +/**/ 1308, /**/ 1307,