comparison src/version.c @ 5629:91f3908748c2 v7.4.161

updated for version 7.4.161 Problem: Crash in Python exception handling. Solution: Only use exception variables if did_throw is set. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 Jan 2014 14:54:04 +0100
parents f29febf858be
children 477665b4105f
comparison
equal deleted inserted replaced
5628:c9cad40b4181 5629:91f3908748c2
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 161,
741 /**/ 743 /**/
742 160, 744 160,
743 /**/ 745 /**/
744 159, 746 159,
745 /**/ 747 /**/