mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 22:07:26 +00:00
Floating windows opened by `goto_next` and `goto_prev` should not be focused when repeating the `goto_` function. The float can still be focused by calling `open_float` with `scope = "cursor"`.