From 000fe2060b74bb396651baad6a1a8c0f31537b08 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 29 Oct 2008 09:57:52 +0000 Subject: update to 4.3.8 --- Functions/Zle/replace-string | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions/Zle') diff --git a/Functions/Zle/replace-string b/Functions/Zle/replace-string index 31a7567db..0b08dbae0 100644 --- a/Functions/Zle/replace-string +++ b/Functions/Zle/replace-string @@ -14,10 +14,10 @@ else fi read-from-minibuffer $p1 ${previous:+$_replace_string_src} || return 1 -_replace_string_src=$REPLY +typeset -g _replace_string_src=$REPLY read-from-minibuffer "$p1$_replace_string_src$p2" \ ${previous:+$_replace_string_rep} || return 1 -_replace_string_rep=$REPLY +typeset -g _replace_string_rep=$REPLY replace-string-again $curwidget -- cgit 1.4.1