hlissner / zsh-autopair

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

Make the plugin KSHARRAYS compatible #35

Closed elig0n closed 6 months ago

elig0n commented 6 months ago

pressing space in the interactive shell after setopt KSHARRAYS result in cluttering error messages:

_ap-get-pair:2: no matches found: "[ ]

rewriting the plugin in the old convention can make it useful also when KSHARRAYS is enabled

hlissner commented 6 months ago

Thanks for your help!