mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +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"`.