commit | 361c8f0e517e41f1f1d34dae328044406fde80ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 15:41:47 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 15:41:47 2016 +0200 |
tree | aa2663ed6f59a1c6e2abf037bf59fe43e17ae7da | |
parent | 2acfbed9dbea990f129535de7ff3df360365130b [diff] [blame] |
patch 7.4.1980 Problem: 'errorformat' is parsed for every call to ":caddexpr". Can't add to two location lists asynchronously. Solution: Keep the previously parsed data when appropriate. (mostly by Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 1e9672b..7c2abf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1980, +/**/ 1979, /**/ 1978,