]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0068 v8.0.0068
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Nov 2016 13:46:44 +0000 (14:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Nov 2016 13:46:44 +0000 (14:46 +0100)
commit21662be2211675824df1771c7f169948ede40c41
tree581e7302d5aea00e6112561751222bd3b37a2efa
parent98500fdc6119eb5f02d7a52ab6ffcac3085181be
patch 8.0.0068
Problem:    Checking did_throw after executing autocommands is wrong. (Daniel
            Hahler)
Solution:   Call aborting() instead, and only when autocommands were executed.
src/if_cscope.c
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c