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 for descriptions before noremap mappings #19

Closed bendk closed 8 years ago

bendk commented 8 years ago

Fix for descriptions before noremap mappings

Before it would set the key incorrectly for comments_by_id if you had a noremap mapping. For example nnoremap a would have the key "nnore_a". This would cause the descriptions not to be listed in the table.

ktonga commented 8 years ago

Good catch! Never noticed it before. Thanks.