ktonga / vim-follow-my-lead

Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
105 stars 9 forks source link

fix the situation that there is not any mapping defined in vimrc #14

Closed yuan- closed 8 years ago

yuan- commented 8 years ago

It may fix the issue #11

ktonga commented 8 years ago

@yuan- First, let me say thank you for contributing.

I can confirm that #11 is not related to it. @pmcRTR, who reported it, and I were doing some debugging and we are sure it is a problem in Vim for Windows related to the regex engine. We will comment on the bug once we had reported the issue upstream.

yuan- commented 8 years ago

I have updated the indentation. This commit still fixes the situation that there is not any mapping defined in vimrc.