aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2017-07-16 17:39:53 +0200
committerJurica Bradaric <jbradaric@gmail.com>2017-07-16 17:48:50 +0200
commite29ec131d67f3410dba85ab13ba4c617e5768269 (patch)
tree2f7881384c2ba2cb28006eb3fc5014f89fb259ea /src/nvim/version.c
parent875c356a83b07573b87b2995478fc3b0703bc023 (diff)
downloadrneovim-e29ec131d67f3410dba85ab13ba4c617e5768269.tar.gz
rneovim-e29ec131d67f3410dba85ab13ba4c617e5768269.tar.bz2
rneovim-e29ec131d67f3410dba85ab13ba4c617e5768269.zip
vim-patch:8.0.0084
Problem: Using freed memory when adding to a quickfix list. (Domenique Pelle) Solution: Clear the directory name. https://github.com/vim/vim/commit/7618e00d3b8bfe064cfc524640d754607361f9df
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 62af3ab34d..2beb13edf8 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -645,7 +645,7 @@ static const int included_patches[] = {
// 87 NA
// 86,
// 85,
- // 84,
+ 84,
83,
// 82 NA
// 81,