commit | 16c34c37659e6afca74169969bdacb6b866548c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 22:01:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 22:01:24 2019 +0200 |
tree | b10c296c632b2b19f39552989c4f4cb06d4289fd | |
parent | 11640238289969a278876596a380952ffe25aad3 [diff] [blame] |
patch 8.1.1131: getwinpos() does not work in the MS-Windows console Problem: getwinpos() does not work in the MS-Windows console. Solution: Implement getwinpos().
diff --git a/src/version.c b/src/version.c index 0052232..1fa1e8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1131, +/**/ 1130, /**/ 1129,