]> granicus.if.org Git - vim/commit
patch 8.1.1491: when skipping over code a function call may cause trouble v8.1.1491
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Jun 2019 21:15:22 +0000 (23:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Jun 2019 21:15:22 +0000 (23:15 +0200)
commit606407384144df73a6154aca1d77e071fe1b7651
tree326e43b2a4055b7b6e782a9c264c25b9f8214c98
parent4e0bf846279f3efa6299a98143033db1fdfa143a
patch 8.1.1491: when skipping over code a function call may cause trouble

Problem:    When skipping over code after an exception was thrown expression
            evaluation is aborted after a function call. (Ingo Karkat)
Solution:   Do not fail if not executing the expression. (closes #4507)
src/eval.c
src/testdir/test_eval_stuff.vim
src/version.c