]> granicus.if.org Git - vim/commit
patch 8.1.0073: crash when autocommands call setloclist() v8.1.0073
authorBram Moolenaar <Bram@vim.org>
Mon, 18 Jun 2018 18:52:13 +0000 (20:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 18 Jun 2018 18:52:13 +0000 (20:52 +0200)
commit0366c0161e988e32420d2f37111a60129684905b
tree49a620a3a1769dd1edc76a138e9b2fd941c3dd11
parentdcdeaaf1505b96aa7a31ccd4becc92c32119bdda
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.
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c