mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 17:54:10 +00:00
Problem: qf_goto_win_with_qfl_file may check if prevwin has 'winfixbuf'
set without checking if it's valid first.
Solution: Reverse the condition. Add a test, a modeline, and a missing
CheckFeature. (Searn Dewar)
closes: vim/vim#14140
5131f224da
Co-authored-by: Sean Dewar <6256228+seandewar@users.noreply.github.com>