0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.0.0590: cannot add a context to locations

Problem:    Cannot add a context to locations.
Solution:   Add the "context" entry in location entries. (Yegappan Lakshmanan,
            closes #1012)
This commit is contained in:
Bram Moolenaar
2017-04-30 14:21:00 +02:00
parent a21ccb7a97
commit 8f77c5a4ec
5 changed files with 125 additions and 0 deletions

View File

@@ -5327,6 +5327,10 @@ garbage_collect(int testing)
abort = abort || set_ref_in_timer(copyID);
#endif
#ifdef FEAT_QUICKFIX
abort = abort || set_ref_in_quickfix(copyID);
#endif
if (!abort)
{
/*