mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 06:18:50 +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"`.