mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-29 15:59:06 +01:00
We only need to run the feature detection if starting async
This commit is contained in:
parent
e3fa4e4904
commit
4afbbbadda
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Feature Detection #
|
||||
#--------------------------------------------------------------------#
|
||||
|
||||
_zsh_autosuggest_feature_detect() {
|
||||
_zsh_autosuggest_feature_detect_zpty_returns_fd() {
|
||||
typeset -g _ZSH_AUTOSUGGEST_ZPTY_RETURNS_FD
|
||||
typeset -h REPLY
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue