This commit is contained in:
Arnaud Venturi 2024-11-16 00:59:33 +02:00 committed by GitHub
commit dcb722f075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ _zsh_autosuggest_bind_widgets() {
ignore_widgets=(
.\*
_\*
_zsh_autosuggest_\*
${_ZSH_AUTOSUGGEST_BUILTIN_ACTIONS/#/autosuggest-}
$ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX\*
$ZSH_AUTOSUGGEST_IGNORE_WIDGETS

View File

@ -200,7 +200,7 @@ _zsh_autosuggest_bind_widgets() {
ignore_widgets=(
.\*
_\*
_zsh_autosuggest_\*
${_ZSH_AUTOSUGGEST_BUILTIN_ACTIONS/#/autosuggest-}
$ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX\*
$ZSH_AUTOSUGGEST_IGNORE_WIDGETS