mirror of
https://github.com/zoriya/vim.git
synced 2026-05-03 20:02:30 +00:00
Problem: There is no way to notice that the quickfix window contents has
changed.
Solution: Increment b:changedtick when updating the quickfix window.
(Yegappan Lakshmanan)