Compare commits
2 Commits
55f983ede9
...
0207eb4254
| Author | SHA1 | Date |
|---|---|---|
|
|
0207eb4254 | |
|
|
66aa318713 |
|
|
@ -188,7 +188,7 @@ _zsh_autosuggest_bind_widget() {
|
||||||
}"
|
}"
|
||||||
|
|
||||||
# Create the bound widget
|
# Create the bound widget
|
||||||
zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget
|
[[ $widget == .* ]] || zle -N -- $widget _zsh_autosuggest_bound_${bind_count}_$widget
|
||||||
}
|
}
|
||||||
|
|
||||||
# Map all configured widgets to the right autosuggest widgets
|
# Map all configured widgets to the right autosuggest widgets
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue