mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:38:57 +10:00
Problem: Autocommands triggered by quickfix cannot always get the current
title value.
Solution: Call qf_fill_buffer() later. (Christian Brabandt)
6920c72d4d
Helped by @mhinz