vim-preview icon indicating copy to clipboard operation
vim-preview copied to clipboard

Use non-recursive mapping

Open tobanw opened this issue 9 years ago • 0 comments

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.

tobanw avatar Oct 06 '15 14:10 tobanw