From 8aaf13e804be7b0a3a049b10cd367a178f5c8c57 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 14 Sep 2000 15:55:21 +0000 Subject: Use ${(q)tmp} after all. --- Completion/Commands/_complete_debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Commands/_complete_debug b/Completion/Commands/_complete_debug index 3269eed4b..c318d9a4f 100644 --- a/Completion/Commands/_complete_debug +++ b/Completion/Commands/_complete_debug @@ -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' -- cgit 1.4.1