commit | 9fee7d4729af19e7ce4950ede8de358c5eeb3772 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 17:04:43 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 17:04:43 2013 +0100 |
tree | 5122d7777963f3811c2a298ce56e372037b5424d | |
parent | e88a5f3a2c18426a68c4591d61bc612276878b46 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index bd77601..1354f9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 107, +/**/ 106, /**/ 105,