commit | 6ef47c223eb1c4290af30e2990765c81a31205e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 20:29:22 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 04 20:29:22 2012 +0100 |
tree | 859020b17545b36d34d9d2cf09e50045d15f8f88 | |
parent | 374d32d70f880651aa5e73371a38c5d0a9ccfaf0 [diff] [blame] |
updated for version 7.3.393 Problem: Win32: When resizing Vim it is always moved to the primary monitor if the secondary monitor is on the left. Solution: Use the nearest monitor. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index fea4277..42ef75c 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 393, +/**/ 392, /**/ 391,