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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle/replace-string') diff --git a/Functions/Zle/replace-string b/Functions/Zle/replace-string index 0b08dbae0..bc608e577 100644 --- a/Functions/Zle/replace-string +++ b/Functions/Zle/replace-string @@ -1,7 +1,7 @@ emulate -L zsh setopt extendedglob -autoload -U read-from-minibuffer replace-string-again +autoload -Uz read-from-minibuffer replace-string-again local p1="Replace: " p2=" with: " # Saving curwidget is necessary to avoid the widget name being overwritten. -- cgit 1.4.1