From 4de3dbac168aa5e89d4f7c278917c8af4b226542 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Jul 2010 14:01:12 +0000 Subject: c.f. users/15202: use "autoload -Uz" consistently --- Functions/Zle/delete-whole-word-match | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/delete-whole-word-match') diff --git a/Functions/Zle/delete-whole-word-match b/Functions/Zle/delete-whole-word-match index 5b31ad5b0..aece86065 100644 --- a/Functions/Zle/delete-whole-word-match +++ b/Functions/Zle/delete-whole-word-match @@ -16,7 +16,7 @@ local -a matched_words # Start and end of range of characters to remove. integer pos1 pos2 -autoload -U match-words-by-style +autoload -Uz match-words-by-style match-words-by-style if [[ -n "${matched_words[3]}" ]]; then -- cgit 1.4.1