Przeglądaj źródła

Merge pull request #630 from codicodi/reset-fd

Always reset file descriptor after consuming it
develop
Eric Freese 1 rok temu
committed by GitHub
rodzic
commit
a593f4dfec
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 0 usunięć
  1. +1
    -0
      src/async.zsh
  2. +1
    -0
      zsh-autosuggestions.zsh

+ 1
- 0
src/async.zsh Wyświetl plik

@ -73,4 +73,5 @@ _zsh_autosuggest_async_response() {
# Always remove the handler
zle -F "$1"
_ZSH_AUTOSUGGEST_ASYNC_FD=
}

+ 1
- 0
zsh-autosuggestions.zsh Wyświetl plik

@ -830,6 +830,7 @@ _zsh_autosuggest_async_response() {
# Always remove the handler
zle -F "$1"
_ZSH_AUTOSUGGEST_ASYNC_FD=
}
#--------------------------------------------------------------------#

Ładowanie…
Anuluj
Zapisz