Closed eraserhd closed 6 years ago
exists('#TextChanged') tests whether there is something hooked to the TextChanged event, while exists('##TextChanged') tests whether Vim supports the event.
exists('#TextChanged')
TextChanged
exists('##TextChanged')
👍
exists('#TextChanged')
tests whether there is something hooked to theTextChanged
event, whileexists('##TextChanged')
tests whether Vim supports the event.