]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5102: interrupt not caught in test v8.2.5102
authorBram Moolenaar <Bram@vim.org>
Wed, 15 Jun 2022 19:49:35 +0000 (20:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 15 Jun 2022 19:49:35 +0000 (20:49 +0100)
commit8bea171f154845046239c61bdef50a8e0f12f643
treeda8174d7704421002afd6c1b31c4ce21505d16ff
parentcf65d88ff844f042337dfd043e6e98f3b9270577
patch 8.2.5102: interrupt not caught in test

Problem:    Interrupt not caught in test.
Solution:   Consider an exception thrown in the current try/catch when got_int
            is set.  Also catch early exit when not using try/catch.
src/indent.c
src/testdir/runtest.vim
src/testdir/test_retab.vim
src/testing.c
src/version.c