Merge pull request #630 from codicodi/reset-fd

Always reset file descriptor after consuming it
pull/741/head
Eric Freese 2 years ago committed by GitHub
commit a593f4dfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save