commit | 6bc9305a02f77136e65347951618575b2033cbc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:00:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:00:19 2019 +0200 |
tree | 3676930ee5adf93581682142d845abcadfd3b5db | |
parent | 3d3f21764a8003b90216ae6fb988af1dae5f5d70 [diff] [blame] |
patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows console Problem: getwinpos() doesn't work in terminal on MS-Windows console. Solution: Adjust #ifdefs. Disable test for MS-Windows console.
diff --git a/src/version.c b/src/version.c index 9115a00..dfc986e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1127, +/**/ 1126, /**/ 1125,