diff --git a/src/async.zsh b/src/async.zsh index 218eb26..b07fcc3 100644 --- a/src/async.zsh +++ b/src/async.zsh @@ -44,7 +44,6 @@ _zsh_autosuggest_async_request() { # There's a weird bug here where ^C stops working unless we force a fork # See https://github.com/zsh-users/zsh-autosuggestions/issues/364 - autoload -Uz is-at-least is-at-least 5.8 || command true # Read the pid from the child process diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index b19cac7..c76c232 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -799,7 +799,6 @@ _zsh_autosuggest_async_request() { # There's a weird bug here where ^C stops working unless we force a fork # See https://github.com/zsh-users/zsh-autosuggestions/issues/364 - autoload -Uz is-at-least is-at-least 5.8 || command true # Read the pid from the child process