diff options
Diffstat (limited to 'Functions/Zle/down-case-word-match')
-rw-r--r-- | Functions/Zle/down-case-word-match | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/down-case-word-match b/Functions/Zle/down-case-word-match index 87d543f8d..3da9159c9 100644 --- a/Functions/Zle/down-case-word-match +++ b/Functions/Zle/down-case-word-match @@ -1,7 +1,7 @@ emulate -L zsh setopt extendedglob -autoload match-words-by-style +autoload -Uz match-words-by-style local curcontext=":zle:$WIDGET" word local -a matched_words |