Compare commits

...

2 Commits

Author SHA1 Message Date
brook hong 0207eb4254
Merge 66aa318713 into 0e810e5afa 2024-12-19 15:52:10 +09:00
brook hong 66aa318713 Fix #653 widget name '.foo' is protected 2022-09-29 21:40:28 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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