Closed metakirby5 closed 8 years ago
Minimal .vimrc to reproduce the problem, assuming vim-plug is installed:
.vimrc
vim-plug
call plug#begin('~/.vim/plugins') Plug 'hecal3/vim-leader-guide' call plug#end() let g:lgmap = {} call leaderGuide#register_prefix_descriptions('', 'g:lgmap') nnoremap <silent> [ :<c-u>LeaderGuide '['<CR> vnoremap <silent> [ :<c-u>LeaderGuideVisual '['<CR> noremap [x <Space>
Steps to reproduce problem:
vim
[x
[
x
[ce>
I think I know how to fix the issue, so I'll issue a PR shortly.
Minimal
.vimrc
to reproduce the problem, assumingvim-plug
is installed:Steps to reproduce problem:
vim
[x
and observe that nothing happens, as expected[
and wait for the leader guide to show upx
and observe that the buffer is now filled with[ce>
I think I know how to fix the issue, so I'll issue a PR shortly.