This commit is contained in:
Marlon Richert 2024-11-16 00:59:33 +02:00 committed by GitHub
commit a8354e1bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,7 @@ _zsh_autosuggest_invoke_original_widget() {
shift shift
if (( ${+widgets[$original_widget_name]} )); then if (( ${+widgets[$original_widget_name]} )); then
zle $original_widget_name -- $@ zle $original_widget_name -w -- $@
fi fi
} }