mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 21:30:36 +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"`.