mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-12-27 22:43:41 +08:00
Allow wrapping widgets whose name start with _
This commit is contained in:
parent
a411ef3e09
commit
6a3af6b8d9
|
@ -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 New Issue
Block a user