commit | 0366c0161e988e32420d2f37111a60129684905b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 18 20:52:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 18 20:52:13 2018 +0200 |
tree | 49a620a3a1769dd1edc76a138e9b2fd941c3dd11 | |
parent | dcdeaaf1505b96aa7a31ccd4becc92c32119bdda [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6ce6780..36c57e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 73, +/**/ 72, /**/ 71,