about summary refs log tree commit diff
path: root/Completion/Unix/Command/_perforce
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_perforce')
-rw-r--r--Completion/Unix/Command/_perforce4
1 files changed, 2 insertions, 2 deletions
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