mirror of
https://github.com/neovim/neovim.git
synced 2025-12-23 22:58:59 +00:00
Problem: cannot preserve error position when setting quickfix lists
Solution: Add the 'u' action for setqflist()/setloclist() and try
to keep the closes target position (Jeremy Fleischman)
fixes: vim/vim#15839
closes: vim/vim#15841
27fbf6e5e8
Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com>