greyblake / vim-preview

Vim plugin for previewing markup files(markdown,rdoc,textile,html)
GNU General Public License v2.0
209 stars 29 forks source link

Use non-recursive mapping #42

Open tobanw opened 8 years ago

tobanw commented 8 years ago

As a matter of good practice, I changed the mapping to be non-recursive (i.e., use noremap instead of map). Recursive maps are just a bad idea.

This has no effect on the plugin's behavior, it just makes the code nicer.