]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0676: crash when closing quickfix window in autocmd v8.0.0676
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Jun 2017 18:57:18 +0000 (20:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Jun 2017 18:57:18 +0000 (20:57 +0200)
commit182a17b1e80b92826204d967808df0d30eb2ef27
tree7410683c601c531585b1a072132ad19fa3ba1132
parent774e5a9673260b1b8b88463669213a96637f72e8
patch 8.0.0676: crash when closing quickfix window in autocmd

Problem:    Crash when closing the quickfix window in a FileType autocommand
            that triggers when the quickfix window is opened.
Solution:   Save the new value before triggering the OptionSet autocommand.
            Add the "starting" flag to test_override() to make the text work.
runtime/doc/eval.txt
src/evalfunc.c
src/option.c
src/version.c