]> granicus.if.org Git - vim/commit
patch 8.1.2220: :cfile does not abort like other quickfix commands v8.1.2220
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Oct 2019 14:48:44 +0000 (16:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Oct 2019 14:48:44 +0000 (16:48 +0200)
commit6a0cc916bd3cd6c2fd88b2972c92ade225603229
tree61d7a66bccf78d9a0a62b316060f3e4896291f5f
parent28ed4dfe1f80905fb399c2cde31ace5ee14d8c67
patch 8.1.2220: :cfile does not abort like other quickfix commands

Problem:    :cfile does not abort like other quickfix commands.
Solution:   Abort when desired. Add tests for aborting. (Yegappan Lakshmanan,
            closes #5121)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c