mirror of
https://github.com/zoriya/vim.git
synced 2026-06-12 16:05:49 +00:00
182a17b1e8
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.