Open tobanw opened 9 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.
noremap
map
This has no effect on the plugin's behavior, it just makes the code nicer.
As a matter of good practice, I changed the mapping to be non-recursive (i.e., use
noremap
instead ofmap
). Recursive maps are just a bad idea.This has no effect on the plugin's behavior, it just makes the code nicer.