commit | 616aeef21f2abd0bc51dd98e641ade9bbc29a078 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 22:21:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 22:21:22 2019 +0200 |
tree | 5abd62bf26aebacd0b93faa92b6febad569e55b5 | |
parent | 16c34c37659e6afca74169969bdacb6b866548c9 [diff] [blame] |
patch 8.1.1132: getwinpos() test fails on MS-Windows Problem: getwinpos() test fails on MS-Windows. Solution: Don't try running this test.
diff --git a/src/version.c b/src/version.c index 1fa1e8e..47c9e33 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1132, +/**/ 1131, /**/ 1130,