cleanup: Remove unnecessary/inconsistent quoting from fd arg

fixes/romkatv-async-fixes
Eric Freese 2 years ago
parent 2b730c9634
commit e386de0247

@ -72,5 +72,5 @@ _zsh_autosuggest_async_response() {
fi
# Always remove the handler
zle -F "$1"
zle -F $1
}

@ -827,7 +827,7 @@ _zsh_autosuggest_async_response() {
fi
# Always remove the handler
zle -F "$1"
zle -F $1
}
#--------------------------------------------------------------------#

Loading…
Cancel
Save