comparison src/version.c @ 5517:064e2a080e2e v7.4.107

updated for version 7.4.107 Problem: Python: When vim.eval() encounters a Vim error, a try/catch in the Python code doesn't catch it. (Yggdroot Chen) Solution: Throw exceptions on errors in vim.eval(). (ZyX)
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Nov 2013 17:04:43 +0100
parents de9a01851ebd
children fa31c5b82424
comparison
equal deleted inserted replaced
5516:a0b7edaf6a92 5517:064e2a080e2e
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 107,
741 /**/ 743 /**/
742 106, 744 106,
743 /**/ 745 /**/
744 105, 746 105,
745 /**/ 747 /**/