commit | d6357e8f93c50f984ffd69c3a0d247d8603f86c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 21:48:09 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 21:48:09 2016 +0100 |
tree | bdbaf3d799ea65c6e31d31ab319d5abef48adb7a | |
parent | e5f2be61595fbbba77261f3bf1e032fe03a1966d [diff] [blame] |
patch 7.4.1149 Problem: Using the local value of 'errorformat' causes more problems than it solves. Solution: Revert 7.4.1013.
diff --git a/src/version.c b/src/version.c index 792f8a7..96e0105 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1149, +/**/ 1148, /**/ 1147,