diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-14 10:55:21 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:27 -0500 |
commit | 5f6eb62a316712554644a5a76d255df77fba0091 (patch) | |
tree | 46a3409ceeb7e715617a0e241dce57d3343a34f0 /src/nvim/version.c | |
parent | fd94e6313b3e7314561cbe90b4cacd44d1088c8f (diff) | |
download | rneovim-5f6eb62a316712554644a5a76d255df77fba0091.tar.gz rneovim-5f6eb62a316712554644a5a76d255df77fba0091.tar.bz2 rneovim-5f6eb62a316712554644a5a76d255df77fba0091.zip |
vim-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)
https://github.com/vim/vim/commit/361c8f0e517e41f1f1d34dae328044406fde80ac
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 576843e61d..17bb4aa356 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -460,7 +460,7 @@ static int included_patches[] = { // 1983 NA // 1982 NA // 1981, - // 1980, + 1980, // 1979, // 1978, // 1977, |