Support widgets starting with dashes (ex: -a-widget)

Fixes #337
This commit is contained in:
Eric Freese 2018-06-10 22:39:58 -06:00
parent 822a1f30e0
commit 4097d6e0ae
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ _zsh_autosuggest_bind_widget() {
}"
# Create the bound widget
zle -N $widget _zsh_autosuggest_bound_${bind_count}_$widget
zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget
}
# Map all configured widgets to the right autosuggest widgets

View file

@ -206,7 +206,7 @@ _zsh_autosuggest_bind_widget() {
}"
# Create the bound widget
zle -N $widget _zsh_autosuggest_bound_${bind_count}_$widget
zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget
}
# Map all configured widgets to the right autosuggest widgets