mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-25 10:01:05 +01:00
Allow wrapping widgets whose name start with _
This commit is contained in:
parent
a411ef3e09
commit
6a3af6b8d9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -198,7 +198,7 @@ _zsh_autosuggest_bind_widgets() {
|
|||
|
||||
ignore_widgets=(
|
||||
.\*
|
||||
_\*
|
||||
_zsh_autosuggest_\*
|
||||
${_ZSH_AUTOSUGGEST_BUILTIN_ACTIONS/#/autosuggest-}
|
||||
$ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX\*
|
||||
$ZSH_AUTOSUGGEST_IGNORE_WIDGETS
|
||||
|
|
Loading…
Reference in a new issue