commit | 0c1e3744ff0cd6c17af773046b876b428ff3dded | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 27 13:49:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 27 13:49:24 2019 +0100 |
tree | 9e438566d524c8d980b5bc853915d90425999369 | |
parent | 5666fcd0bd794dd46813824cce63a38bcae63794 [diff] [blame] |
patch 8.2.0047: cannot skip tests for specific MS-Windows platform Problem: Cannot skip tests for specific MS-Windows platform. Solution: Add windowsversion().
diff --git a/src/version.c b/src/version.c index 0185a78..420c722 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 47, +/**/ 46, /**/ 45,