about summary refs log tree commit diff
path: root/Completion/Base/_command_names
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/_command_names')
-rw-r--r--Completion/Base/_command_names2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_command_names b/Completion/Base/_command_names
index a640e196b..5ec984bdc 100644
--- a/Completion/Base/_command_names
+++ b/Completion/Base/_command_names
@@ -15,7 +15,7 @@ fi
 
 # Complete jobs in implicit fg and bg
 if [[ -z "$ext" && "$PREFIX[1]" = "%" ]]; then
-  _job -P '%'
+  _jobs
   [[ nm -ne compstate[nmatches] ]] && return
 fi