mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Merge 66aa318713 into 85919cd1ff
This commit is contained in:
commit
55f983ede9
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ _zsh_autosuggest_bind_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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue