commit | c5d5d01ad9e3003f88a1c9aff0f4277c5f6c600e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 21:05:05 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 21:05:05 2010 +0100 |
tree | d22fdd4893d800f49e869349ee1dd81efcda05f7 | |
parent | 6d1dcffc356ca4f94babb9df6d68036bfe722008 [diff] [blame] |
updated for version 7.2.350 Problem: Win32: When changing font the window may jump from the secondary to the primary screen. (Michael Wookey) Solution: When the screen position was negative don't correct it to zero.
diff --git a/src/version.c b/src/version.c index 2fbee77..7e39961 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 350, +/**/ 349, /**/ 348,