From a11c6ef15dbc86d0ca11569c7e8ce847b2ae746a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 3 Apr 2003 09:58:17 +0000 Subject: c.f. 18407: fix short prompt in select-word-style --- Functions/Zle/select-word-style | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zle/select-word-style b/Functions/Zle/select-word-style index 288517ef1..afea5b193 100644 --- a/Functions/Zle/select-word-style +++ b/Functions/Zle/select-word-style @@ -24,7 +24,7 @@ while true; do if [[ -n $WIDGET && -z $1 ]]; then read-from-minibuffer -k1 "Word styles (hit return for more detail): -(b)ash (n)ormal (s)hell (w)hitespace (N)one (A)bort +(b)ash (n)ormal (s)hell (w)hitespace (d)efault (q)uit ${detail}? " || return 1 else REPLY=$1 -- cgit 1.4.1