comparison src/version.c @ 5302:f6247eaf4e1d v7.4.004

updated for version 7.4.004 Problem: When closing a window fails ":bwipe" may hang. Solution: Let win_close() return FAIL and break out of the loop.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Aug 2013 17:11:20 +0200
parents 560a6a232950
children 3640cf4c0d4b
comparison
equal deleted inserted replaced
5301:8c8cdda36022 5302:f6247eaf4e1d
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 4,
730 /**/ 732 /**/
731 3, 733 3,
732 /**/ 734 /**/
733 2, 735 2,
734 /**/ 736 /**/