1
0
forked from aniani/vim

patch 8.1.0073: crash when autocommands call setloclist()

Problem:    Crash when autocommands call setloclist(). (Dominique Pelle)
Solution:   If the quickfix list changes then don't jump to the error.
This commit is contained in:
Bram Moolenaar
2018-06-18 20:52:13 +02:00
parent dcdeaaf150
commit 0366c0161e
3 changed files with 18 additions and 3 deletions

View File

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