Quote the suggestion to support sh_split_word option

pull/180/head
Eric Freese 9 years ago
parent e5a5b0c1e0
commit ab2742537f

@ -129,7 +129,7 @@ zle -N autosuggest-clear _zsh_autosuggest_widget_clear
zle -N autosuggest-execute _zsh_autosuggest_widget_execute
_zsh_autosuggest_show_suggestion() {
local suggestion=$1
local suggestion="$1"
_zsh_autosuggest_highlight_reset

@ -394,7 +394,7 @@ zle -N autosuggest-clear _zsh_autosuggest_widget_clear
zle -N autosuggest-execute _zsh_autosuggest_widget_execute
_zsh_autosuggest_show_suggestion() {
local suggestion=$1
local suggestion="$1"
_zsh_autosuggest_highlight_reset

Loading…
Cancel
Save