commit | 94a7242ad1c41cc2a5377535f81d29a5b374b983 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:40:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:40:35 2019 +0200 |
tree | 1aa2fbd74194573dc0566b86141a156f3f139f6f | |
parent | 6bc9305a02f77136e65347951618575b2033cbc9 [diff] [blame] |
patch 8.1.1128: getwinpos() test does not work on MS-Windows Problem: getwinpos() test does not work on MS-Windows. Solution: Skip the test.
diff --git a/src/version.c b/src/version.c index dfc986e..51ae14c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1128, +/**/ 1127, /**/ 1126,