mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 21:07:44 +00:00
1. Use the new "u" action to update the quickfix list so we don't lose our position in the quickfix list when updating it. 2. Rather than creating a new quickfix list each time, update the exiting one if we've already created one.