Procházet zdrojové kódy

Fix #653 widget name '.foo' is protected

pull/725/head
brook hong před 2 roky
rodič
revize
66aa318713
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
zsh-autosuggestions.zsh Zobrazit soubor

@ -186,7 +186,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

Načítá se…
Zrušit
Uložit