]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1423: error in return not caught by try/catch v8.0.1423
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Dec 2017 16:26:11 +0000 (17:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Dec 2017 16:26:11 +0000 (17:26 +0100)
commitfabaf753e26df5a89a854673d14c15a1fa6b321a
tree511e8530aaaa84f9fc2bb08459f156deb2b528e7
parent45a0000d5c4a5ea934d5a16a2ab5bbcf307623ac
patch 8.0.1423: error in return not caught by try/catch

Problem:    Error in return not caught by try/catch.
Solution:   Call update_force_abort(). (Yasuhiro Matsomoto, closes #2483)
src/Makefile
src/testdir/Make_all.mak
src/testdir/test_eval.in
src/testdir/test_eval_stuff.vim [new file with mode: 0644]
src/userfunc.c
src/version.c