From ffabab4e74ae5b7e61550c528b8d19f6af6217e3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 11 Jul 2008 19:12:22 +0000 Subject: 25276: use autoload -z for zsh-autoload functions --- 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 6e12c4fa1..8885c0b81 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 match-words-by-style +autoload -z match-words-by-style local curcontext=":zle:$WIDGET" skip local -a matched_words -- cgit 1.4.1