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
A few months ago, I notice a bug with vim-leader-guide (ctjhoa/spacevim#32) and I didn't take the time to look at it until now.
Here is what I've found.
With the current version of vim-leader-guide calling register_prefix_description from an autocommand will lead to a bug where the name of your entry does not show.
If I rollback to the commit bade1b9 it works as intended.
Hi,
A few months ago, I notice a bug with
vim-leader-guide
(ctjhoa/spacevim#32) and I didn't take the time to look at it until now.Here is what I've found.
With the current version of
vim-leader-guide
callingregister_prefix_description
from an autocommand will lead to a bug where the name of your entry does not show.If I rollback to the commit bade1b9 it works as intended.
I did a
.vimrc
which show the issue:Thanks
The text was updated successfully, but these errors were encountered: