From 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Jul 2010 13:33:52 +0000 Subject: c.f. users/15202: use "autoload -Uz" consistently --- Functions/Zle/down-case-word-match | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/down-case-word-match') 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 -- cgit 1.4.1