From 2c5ea79f1762dcbafca8d08bc5bdb47d75670f03 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 3 Apr 2008 11:38:55 +0000 Subject: 24782: initial go at highlighting of characters in zle command lines --- Functions/Zle/replace-string-again | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Functions/Zle/replace-string-again') diff --git a/Functions/Zle/replace-string-again b/Functions/Zle/replace-string-again index 122f0a8ee..3d3486437 100644 --- a/Functions/Zle/replace-string-again +++ b/Functions/Zle/replace-string-again @@ -9,7 +9,8 @@ local MATCH MBEGIN MEND curwidget=${1:-$WIDGET} local -a match mbegin mend if [[ -z $_replace_string_src ]]; then - zle -M No string to replace. + zle -M "No string to replace." + return 1 fi if [[ $curwidget = *pattern* ]]; then -- cgit v1.2.3