ソースを参照

Fix #653 widget name '.foo' is protected

pull/725/head
brook hong 2年前
コミット
66aa318713
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
zsh-autosuggestions.zsh ファイルの表示

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

読み込み中…
キャンセル
保存