aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-09-18 17:23:38 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-09-18 17:23:38 -0400
commite2c111384b97532d7601519e3501f480e932c0cd (patch)
tree8d3c6b0ec04afeefb8a99f92124edf64e9e46301 /src/nvim/quickfix.c
parent39882b85b6e32b0250f4188f165669a6ac37849c (diff)
parent1a2338bbad3f3832d739195b8375a491e0560dd3 (diff)
downloadrneovim-e2c111384b97532d7601519e3501f480e932c0cd.tar.gz
rneovim-e2c111384b97532d7601519e3501f480e932c0cd.tar.bz2
rneovim-e2c111384b97532d7601519e3501f480e932c0cd.zip
Merge pull request #1195 from Shougo/vim-patch-7.4.379
vim-patch:7.4.379
Diffstat (limited to 'src/nvim/quickfix.c')
-rw-r--r--src/nvim/quickfix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c
index ce2a80adaa..3bc70b6b41 100644
--- a/src/nvim/quickfix.c
+++ b/src/nvim/quickfix.c
@@ -1890,6 +1890,7 @@ static void qf_free(qf_info_T *qi, int idx)
}
free(qi->qf_lists[idx].qf_title);
qi->qf_lists[idx].qf_title = NULL;
+ qi->qf_lists[idx].qf_index = 0;
}
/*