comparison 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
comparison
equal deleted inserted replaced
2642:840c3cadb842 2643:e6372ac3ebe5
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 63,
717 /**/ 719 /**/
718 62, 720 62,
719 /**/ 721 /**/
720 61, 722 61,
721 /**/ 723 /**/