]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1013 v7.4.1013
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Dec 2015 20:19:49 +0000 (21:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Dec 2015 20:19:49 +0000 (21:19 +0100)
commit9b05a0d0f94d8c4c1ddd51e7f31b73f7556bdbdc
tree0c1c6323e591bb57a426522162164e1222c6dd48
parent1000565c3a2439c9a7c9759284814dbf3b8bc20d
patch 7.4.1013
Problem:    The local value of 'errorformat' is not used for ":lexpr" and
            ":cexpr".
Solution:   Use the local value if it exists. (Christian Brabandt) Adjust the
            help for this.
runtime/doc/quickfix.txt
src/quickfix.c
src/version.c