zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.81k stars 1.85k forks source link

Disable ^C async workaround for zsh version 5.8 and later #612

Closed abcdw closed 3 years ago

abcdw commented 3 years ago

The bug is fixed in recent version of zsh, so the workaround is not needed anymore for fresh zsh:

https://github.com/zsh-users/zsh-autosuggestions/issues/364

ericfreese commented 3 years ago

Just leaving a reminder for myself that I need to add 5.8 to the ZSH_VERSIONS file and push a new docker image

abcdw commented 3 years ago

Sorry, I missed this email, when I rediscovered it the pr was already merged.

abcdw commented 3 years ago

Thank you for making a tag and for all your work!)