diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-11-24 12:35:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-11-24 12:35:21 +0100 |
commit | 96e5ceed93ea55cf80f76f51407ba840cf7a820d (patch) | |
tree | 9e0f7b1268db05c5a413b68f050d851bef9a8427 /src/version.c | |
parent | 166af9bb6f4f0c9a2f570766d26b42d2041860f2 (diff) | |
download | vim-96e5ceed93ea55cf80f76f51407ba840cf7a820d.zip |
updated for version 7.3.063
Problem: Win32: Running a filter command makes Vim lose focus.
Solution: Use SW_SHOWMINNOACTIVE instead of SW_SHOWMINIMIZED. (Hong Xu)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index da022457b..37c5af2de 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 63, +/**/ 62, /**/ 61, |