This commit is contained in:
Afiq Quraisy 2023-09-11 16:57:57 +02:00 committed by GitHub
commit 3848f49f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ _zsh_autosuggest_bind_widget() {
}" }"
# Create the bound widget # Create the bound widget
zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget [[ "$widget" = .* ]] || zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget
} }
# Map all configured widgets to the right autosuggest widgets # Map all configured widgets to the right autosuggest widgets