]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1508: catch does not work when lines are joined with a newline v9.0.1508
authorzeertzjq <zeertzjq@outlook.com>
Fri, 5 May 2023 16:22:35 +0000 (17:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 May 2023 16:22:35 +0000 (17:22 +0100)
commitf2588b6fc90ba85b333ee8f747e8d1ebbc7e6300
tree142e00651437bdb74363840e61ac0bb7865dcfa3
parent53f5e51628b56ef9171671cd6e9970374036a084
patch 9.0.1508: catch does not work when lines are joined with a newline

Problem:    Catch does not work when lines are joined with a newline.
Solution:   Set "nextcmd" appropriately. (closes #12348)
src/eval.c
src/testdir/test_trycatch.vim
src/version.c