Bläddra i källkod

cleanup: Remove unnecessary/inconsistent quoting from fd arg

fixes/romkatv-async-fixes
Eric Freese 1 år sedan
förälder
incheckning
e386de0247
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      src/async.zsh
  2. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
src/async.zsh Visa fil

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

+ 1
- 1
zsh-autosuggestions.zsh Visa fil

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

Laddar…
Avbryt
Spara