]> granicus.if.org Git - vim/commit
patch 8.1.1311: aborting an autocmd with an exception is not tested v8.1.1311
authorBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 19:38:43 +0000 (21:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 19:38:43 +0000 (21:38 +0200)
commit23b5139234a79567097ca73aba15ea134381b934
treead3d5b39a11ff9487f566ffc4f2c15d1685c907e
parent42ae78cfff171fbd7412306083fe200245d7a7a6
patch 8.1.1311: aborting an autocmd with an exception is not tested

Problem:    Aborting an autocmd with an exception is not tested.
Solution:   Add a test.  Also shows how to abort a command by throwing an
            exception.
src/testdir/test_autocmd.vim
src/version.c