]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0687: minor issues related to quickfix v8.0.0687
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Jun 2017 19:26:27 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Jun 2017 19:26:27 +0000 (21:26 +0200)
commit86f100dc0922e83bead7bcd5fd2bb2abbf153f46
tree2d00b6024df7c7d45317f69bd80703e2e7c554e7
parent9f5f7bf4d5f757ef885acf74ce03c25429a328aa
patch 8.0.0687: minor issues related to quickfix

Problem:    Minor issues related to quickfix.
Solution:   Set the proper return status for all cases in setqflist() and at
            test cases for this.  Move the "adding" flag outside of
            FEAT_WINDOWS. Minor update to the setqflist() help text. (Yegappan
            Lakshmanan)
runtime/doc/eval.txt
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c