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/match-words-by-style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/match-words-by-style') diff --git a/Functions/Zle/match-words-by-style b/Functions/Zle/match-words-by-style index 2cbc35469..69ceba76a 100644 --- a/Functions/Zle/match-words-by-style +++ b/Functions/Zle/match-words-by-style @@ -73,7 +73,7 @@ local nwords MATCH MBEGIN MEND subwordrange local curcontext=${curcontext:-:zle:match-words-by-style} -autoload -U match-word-context +autoload -Uz match-word-context match-word-context while getopts "w:s:c:C:r:" opt; do -- cgit 1.4.1