From 3292f9ec1fbac66f644a54baafb775cdd477027a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 27 Oct 2006 18:21:05 +0000 Subject: unposted: tweak job completion in _perforce --- Completion/Unix/Command/_perforce | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce index 0afbbcb8c..f3f865960 100644 --- a/Completion/Unix/Command/_perforce +++ b/Completion/Unix/Command/_perforce @@ -1219,7 +1219,7 @@ _perforce_jobs() { # This is nasty, it's really unnecessarily difficult to # pass arguments within completion functions... if [[ $argv[-2] = -e ]]; then - ajobview=(-e "$argv[-1]") + ajobview=(-e "${(q)argv[-1]}") argv=("${(@)argv[1,-3]}") else zstyle -s ":completion:${curcontext}:jobs" jobview jobview && @@ -1722,7 +1722,7 @@ _perforce_cmd_fix() { jobs=(${${(f)"$(_perforce_call_p4 fixes fixes -c $words[$words[(i)-c]+1])"}%" fixed by change "*}) if (( ${#jobs} )); then jobs=("Job="${^jobs}) - job=" -e ${(j.|.)jobs}" + job=" -e \"${(j.|.)jobs}\"" fi fi -- cgit 1.4.1