vim-preview
vim-preview copied to clipboard
Use non-recursive mapping
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.