Forgot a pesky backslash

This commit is contained in:
Eric Freese 2016-02-15 08:45:52 -07:00
parent 3ce1adb55d
commit 41f15d5c9f
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ _zsh_autosuggest_bind_widget() {
# zle without the `-w` flag (e.g. `zle self-insert` instead of
# `zle self-insert -w`).
eval "_zsh_autosuggest_bound_$widget() {
_zsh_autosuggest_widget_$autosuggest_action $prefix$widget $@
_zsh_autosuggest_widget_$autosuggest_action $prefix$widget \$@
}"
# Create the bound widget

View file

@ -140,7 +140,7 @@ _zsh_autosuggest_bind_widget() {
# zle without the `-w` flag (e.g. `zle self-insert` instead of
# `zle self-insert -w`).
eval "_zsh_autosuggest_bound_$widget() {
_zsh_autosuggest_widget_$autosuggest_action $prefix$widget $@
_zsh_autosuggest_widget_$autosuggest_action $prefix$widget \$@
}"
# Create the bound widget