cleanup: Remove unnecessary/inconsistent quoting from fd arg

This commit is contained in:
Eric Freese 2023-08-25 15:56:43 -06:00
parent 2b730c9634
commit e386de0247
2 changed files with 2 additions and 2 deletions

View file

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

View file

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