mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
Use ${(q)tmp} after all.
This commit is contained in:
parent
a12ff424b6
commit
8aaf13e804
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ integer ret=$?
|
|||
unsetopt xtrace
|
||||
|
||||
[[ -t 3 ]] && {
|
||||
print -sR "${VISUAL:-${EDITOR:-${PAGER:-more}}} $tmp ;: $w"
|
||||
print -sR "${VISUAL:-${EDITOR:-${PAGER:-more}}} ${(q)tmp} ;: $w"
|
||||
_message -r "Trace output left in $tmp (up-history to view)"
|
||||
[[ $compstate[nmatches] -le 1 && $compstate[list] != *force* ]] &&
|
||||
compstate[list]='list force messages'
|
||||
|
|
Loading…
Reference in a new issue