comparison src/version.c @ 6222:63121fdd093f v7.4.446

updated for version 7.4.446 Problem: In some situations, when setting up an environment to trigger an autocommand, the environment is not properly restored. Solution: Check the return value of switch_win() and call restore_win() always. (Daniel Hahler)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Sep 2014 14:26:36 +0200
parents 1138726736fb
children 0d2c821cdc25
comparison
equal deleted inserted replaced
6221:f3c980ab39a3 6222:63121fdd093f
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 446,
744 /**/ 746 /**/
745 445, 747 445,
746 /**/ 748 /**/
747 444, 749 444,
748 /**/ 750 /**/