bhurlow / vim-parinfer

vim plugin to balance your parenthesis
MIT License
182 stars 18 forks source link

Fix exists() test #47

Closed eraserhd closed 6 years ago

eraserhd commented 6 years ago

exists('#TextChanged') tests whether there is something hooked to the TextChanged event, while exists('##TextChanged') tests whether Vim supports the event.

bhurlow commented 6 years ago

👍