diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-03 10:48:39 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-03 10:48:39 +0000 |
commit | 4777e2acd41ad06d172ff06e2ff989fdeee3e19b (patch) | |
tree | 53c0ec7aab30f9e1ad6cf618be54f0223e608c00 /Completion/Base | |
parent | 438a49c8d7a105b5e0b24eb3f658cad14df841c4 (diff) | |
download | zsh-4777e2acd41ad06d172ff06e2ff989fdeee3e19b.tar.gz zsh-4777e2acd41ad06d172ff06e2ff989fdeee3e19b.tar.xz zsh-4777e2acd41ad06d172ff06e2ff989fdeee3e19b.zip |
zsh-workers/8515
Diffstat (limited to 'Completion/Base')
-rw-r--r-- | Completion/Base/_command_names | 2 |
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 |