mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
parent
945c660856
commit
964773aa75
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ _zsh_autosuggest_bind_widget() {
|
||||||
|
|
||||||
# Completion widget
|
# Completion widget
|
||||||
completion:*)
|
completion:*)
|
||||||
eval "zle -C $prefix${(q)widget} ${${widgets[$widget]#*:}/:/ }"
|
eval "zle -C $prefix${(q)widget} ${${(s.:.)widgets[$widget]}[2,3]}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -138,7 +138,7 @@ _zsh_autosuggest_bind_widget() {
|
||||||
|
|
||||||
# Completion widget
|
# Completion widget
|
||||||
completion:*)
|
completion:*)
|
||||||
eval "zle -C $prefix${(q)widget} ${${widgets[$widget]#*:}/:/ }"
|
eval "zle -C $prefix${(q)widget} ${${(s.:.)widgets[$widget]}[2,3]}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue