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/transpose-words-match | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/transpose-words-match') diff --git a/Functions/Zle/transpose-words-match b/Functions/Zle/transpose-words-match index 8885c0b81..c1db310c1 100644 --- a/Functions/Zle/transpose-words-match +++ b/Functions/Zle/transpose-words-match @@ -11,7 +11,7 @@ # on X would be turned into `barXfoo' with the cursor still on the X, # regardless of what the character X is. -autoload -z match-words-by-style +autoload -Uz match-words-by-style local curcontext=":zle:$WIDGET" skip local -a matched_words -- cgit 1.4.1