You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When choosing a mapping with bnext as the command, there's a delay before going to the correct buffer. It seems the floating window is picked by the command and after a timeout, the correct buffer is chosen.
Environment (please complete the following information):
OS: Void Linux (kernel 5.7)
Neovim version: 0.5.0 (nightly)
Describe the bug
When choosing a mapping with
bnext
as the command, there's a delay before going to the correct buffer. It seems the floating window is picked by the command and after a timeout, the correct buffer is chosen.To Reproduce
Steps to reproduce the behavior:
min.vim
:Start (neo)vim with command:
vim -u min.vim
Type Space then b then n
Notice that it's laggy to switch to next buffer because the floating window itself is being selected before going to the next buffer.
Expected behavior
Change to the next buffer immediately, not the floating window and then the correct buffer.
Additional context
This doesn't happen with
bprevious
, only withbnext
.The text was updated successfully, but these errors were encountered: