mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-05-11 05:54:57 +00:00
cleanup: Remove unnecessary/inconsistent quoting from fd arg
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
#--------------------------------------------------------------------#
|
||||
|
Reference in New Issue
Block a user