hlissner / zsh-autopair

Auto-close and delete matching delimiters in zsh
MIT License
509 stars 37 forks source link

Improve backwards compatibility #4

Closed hlissner closed 8 years ago

hlissner commented 8 years ago

zsh-autopair chokes on zsh 5.0.2 and causes a bad time, something to do with how it reads the array of delimiters during initialization (I wasn't able to note it down at the time). I'll post more about it once I find time to look into it (or fix it).

For now, autopair will disable itself in zsh < 5.0.8 with a message. That message can be disabled for now with: AUTOPAIR_INHIBIT_INIT=1

hlissner commented 8 years ago

I'm half certain that #5 addressed and fixed this issue. Closing this for now.