]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.107 v7.4.107
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2013 16:04:43 +0000 (17:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Nov 2013 16:04:43 +0000 (17:04 +0100)
commit9fee7d4729af19e7ce4950ede8de358c5eeb3772
tree5122d7777963f3811c2a298ce56e372037b5424d
parente88a5f3a2c18426a68c4591d61bc612276878b46
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)
src/ex_eval.c
src/if_py_both.h
src/proto/ex_eval.pro
src/testdir/test86.in
src/testdir/test86.ok
src/testdir/test87.in
src/testdir/test87.ok
src/version.c