1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2010-11-24 12:35:21 +01:00
parent 166af9bb6f
commit 96e5ceed93
2 changed files with 4 additions and 1 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
63,
/**/
62,
/**/