diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:32:05 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:32:05 +0000 |
commit | 9b750a029dde00b58611e7eb3553108a8b00d69e (patch) | |
tree | 191a2132d0d4c991fb0601df455fe9388a360edc /Completion | |
parent | 1a83c6a85680351c72e92503f17f6d85b3cd75f9 (diff) | |
download | zsh-9b750a029dde00b58611e7eb3553108a8b00d69e.tar.gz zsh-9b750a029dde00b58611e7eb3553108a8b00d69e.tar.xz zsh-9b750a029dde00b58611e7eb3553108a8b00d69e.zip |
moved to Completion/Zsh/Command/_wait
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Builtins/_wait | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/Builtins/_wait b/Completion/Builtins/_wait deleted file mode 100644 index 29a7f6002..000000000 --- a/Completion/Builtins/_wait +++ /dev/null @@ -1,7 +0,0 @@ -#defcomp wait - -local list - -complist -P '%' -j -list=("$(ps 2>/dev/null)") -complist -y '$list' -s '`ps 2>/dev/null | tail +2 | cut -c1-5`' |