diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-12 14:18:29 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-11-15 23:16:08 -0500 |
commit | caa33aaaf8b044cf3a8311213d0841d2d9e591a5 (patch) | |
tree | 824235f97311c4465105099577af9af5c565dd78 /src/nvim/version.c | |
parent | c0fd830be4ef3eafb756c463aee6408323ba4e58 (diff) | |
download | rneovim-caa33aaaf8b044cf3a8311213d0841d2d9e591a5.tar.gz rneovim-caa33aaaf8b044cf3a8311213d0841d2d9e591a5.tar.bz2 rneovim-caa33aaaf8b044cf3a8311213d0841d2d9e591a5.zip |
vim-patch:7.4.1647
Problem: Using freed memory after setqflist() and ":caddbuffer". (Dominique)
Solution: Set qf_ptr when adding the first item to the quickfix list.
https://github.com/vim/vim/commit/8b20179c657b4266dff115486ca68c6a50324071
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 69438c50d0..7e88672e69 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -797,7 +797,7 @@ static int included_patches[] = { // 1650, 1649, 1648, - // 1647, + 1647, // 1646 NA // 1645, // 1644, |