1
0
forked from aniani/vim

patch 8.1.0489: crash when autocmd clears vimpgrep location list

Problem:    Crash when autocmd clears vimpgrep location list.
Solution:   Return from qf_jump_edit_buffer() early. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2018-10-21 18:47:43 +02:00
parent 9f84ded38b
commit b6f1480a6a
3 changed files with 74 additions and 34 deletions

View File

@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
489,
/**/
488,
/**/