| 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] |
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)