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
" $ uname -r" 5.13.10-arch1-1" $ has nvim" ✓ nvim 0.5.0" $ has python" ✓ python 3.9.6" $ cat test.vimsetruntimepath=$VIMRUNTIMEsetruntimepath+=~/.local/share/nvim/repos/github.com/liuchengxu/vim-which-keynnoremap<nowait>Z:<C-u>WhichKey 'Z'<CR>setlocalbuftype=quickfix
new" $ vi -u test.vim
now cursor stays in the top window.
<C-W>j
now cusor stays in the bottom window. Z
now cursor stays in a popup window. <Esc>
now cursor don't return to the bottom window, it go to the top window.
it make some hotkey like ZZ close incorrect window.
I have test when the buftype is not quickfix (such as nofile, help) , the bug will not happen.
thanks.
The text was updated successfully, but these errors were encountered:
now cursor stays in the top window.
<C-W>j
now cusor stays in the bottom window.
Z
now cursor stays in a popup window.
<Esc>
now cursor don't return to the bottom window, it go to the top window.
it make some hotkey like
ZZ
close incorrect window.I have test when the buftype is not quickfix (such as nofile, help) , the bug will not happen.
thanks.
The text was updated successfully, but these errors were encountered: