mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 02:55:45 +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"`.