LucHermitte / lh-brackets

LH's bracketing system for vim
Other
51 stars 2 forks source link

Please don't define mappings beginning with '!' #4

Closed kmaglione closed 8 years ago

kmaglione commented 8 years ago

This leads to strange behavior when typing '!' in normal usage, and vim is trying to decide whether a mapping applies. These mappings are clearly not intended to be typed by a user, so please use mappings instead.

LucHermitte commented 8 years ago

Yes. You're right. These mappings are historical: they were here long before <Plug> mappings came into existence. I'll see to neutralize them.

kmaglione commented 8 years ago

Thanks