commit | 87f3d202a90bd2d08a7afd55b3486b10bef858bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 20:18:50 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 20:18:50 2016 +0100 |
tree | 67cb4fa817a8c9007d6a0bc10d78b1f90966e799 | |
parent | eca626fcdb73d480660c78b9f84cc043fa561922 [diff] [blame] |
patch 8.0.0113 Problem: MS-Windows: message box to prompt for saving changes may appear on the wrong monitor. Solution: Adjust the CenterWindow function. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 557e990..df32644 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 113, +/**/ 112, /**/ 111,