diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-22 21:02:22 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-06-22 21:10:07 -0400 |
commit | cde1d818d0a9ecbed0a4db95ae701b970e7f3c09 (patch) | |
tree | e0b2df227aef2aeae90caf98d96a808de1ee2c2c /src/nvim/version.c | |
parent | a2ecbc2cc093d6639b8d3e0262909191dfa9aba4 (diff) | |
download | rneovim-cde1d818d0a9ecbed0a4db95ae701b970e7f3c09.tar.gz rneovim-cde1d818d0a9ecbed0a4db95ae701b970e7f3c09.tar.bz2 rneovim-cde1d818d0a9ecbed0a4db95ae701b970e7f3c09.zip |
vim-patch:7.4.1592
Problem: Quickfix code using memory after being freed. (Dominique Pelle)
Solution: Detect that the window was closed. (Hirohito Higashi)
https://github.com/vim/vim/commit/0899d698030ec076eb26352cda1ea334ab0819d9
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 5364fee953..540c253c49 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -100,7 +100,7 @@ static int included_patches[] = { // 1595 NA // 1594 NA // 1593 NA - // 1592, + 1592, // 1591, // 1590, // 1589, |