]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5027: error for missing :endif when an exception was thrown v8.2.5027
authorBram Moolenaar <Bram@vim.org>
Fri, 27 May 2022 12:52:08 +0000 (13:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 May 2022 12:52:08 +0000 (13:52 +0100)
commitbf79a4e48d09a5ae08645592885d54230fed30b8
treec8f23736de29ca47b761ce2a6df2968b354548d1
parent31d9948e3a2529c2f619d56bdb48291dc261233d
patch 8.2.5027: error for missing :endif when an exception was thrown

Problem:    Error for missing :endif when an exception was thrown. (Dani
            Dickstein)
Solution:   Do not give an error when aborting. (closes #10490)
src/ex_docmd.c
src/testdir/test_trycatch.vim
src/version.c