1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

c.f. 18407: fix short prompt in select-word-style

This commit is contained in:
Peter Stephenson 2003-04-03 09:58:17 +00:00
parent c34176365e
commit a11c6ef15d

View file

@ -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