diff --git a/src/async.zsh b/src/async.zsh index faf24dc..be2fa07 100644 --- a/src/async.zsh +++ b/src/async.zsh @@ -72,5 +72,5 @@ _zsh_autosuggest_async_response() { fi # Always remove the handler - zle -F "$1" + zle -F $1 } diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index a0451d3..5706cba 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -827,7 +827,7 @@ _zsh_autosuggest_async_response() { fi # Always remove the handler - zle -F "$1" + zle -F $1 } #--------------------------------------------------------------------#