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:
parent
c34176365e
commit
a11c6ef15d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue