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/replace-string-again | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/replace-string-again') diff --git a/Functions/Zle/replace-string-again b/Functions/Zle/replace-string-again index 8f4d23854..83a24167e 100644 --- a/Functions/Zle/replace-string-again +++ b/Functions/Zle/replace-string-again @@ -39,7 +39,7 @@ if [[ $curwidget = *(pattern|regex)* ]]; then done rep2+=$rep if [[ $curwidget = *regex* ]]; then - autoload -U regexp-replace + autoload -Uz regexp-replace regexp-replace LBUFFER $_replace_string_src $rep2 regexp-replace RBUFFER $_replace_string_src $rep2 else -- cgit v1.2.3