diff src/version.c @ 2643:e6372ac3ebe5 v7.3.063

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)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Nov 2010 12:35:21 +0100
parents b803b2776880
children e856f9cc2aee
line wrap: on
line diff
--- 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,