mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-01-30 09:47:12 +08:00
Merge 7202ce8f93
into e52ee8ca55
This commit is contained in:
commit
a8354e1bde
@ -233,7 +233,7 @@ _zsh_autosuggest_invoke_original_widget() {
|
||||
shift
|
||||
|
||||
if (( ${+widgets[$original_widget_name]} )); then
|
||||
zle $original_widget_name -- $@
|
||||
zle $original_widget_name -w -- $@
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user