mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Merge 7202ce8f93 into 85919cd1ff
This commit is contained in:
commit
608b65e3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue