commit | 9b05a0d0f94d8c4c1ddd51e7f31b73f7556bdbdc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 21:19:49 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 21:19:49 2015 +0100 |
tree | 0c1c6323e591bb57a426522162164e1222c6dd48 | |
parent | 1000565c3a2439c9a7c9759284814dbf3b8bc20d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index badcf25..f6f0754 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1013, +/**/ 1012, /**/ 1011,