Procházet zdrojové kódy

cleanup: Remove unnecessary/inconsistent quoting from fd arg

fixes/romkatv-async-fixes
Eric Freese před 1 rokem
rodič
revize
e386de0247
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      src/async.zsh
  2. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
src/async.zsh Zobrazit soubor

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

+ 1
- 1
zsh-autosuggestions.zsh Zobrazit soubor

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

Načítá se…
Zrušit
Uložit