about summary refs log tree commit diff
path: root/Completion/Builtins
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:32:05 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:32:05 +0000
commit9b750a029dde00b58611e7eb3553108a8b00d69e (patch)
tree191a2132d0d4c991fb0601df455fe9388a360edc /Completion/Builtins
parent1a83c6a85680351c72e92503f17f6d85b3cd75f9 (diff)
downloadzsh-9b750a029dde00b58611e7eb3553108a8b00d69e.tar.gz
zsh-9b750a029dde00b58611e7eb3553108a8b00d69e.tar.xz
zsh-9b750a029dde00b58611e7eb3553108a8b00d69e.zip
moved to Completion/Zsh/Command/_wait
Diffstat (limited to 'Completion/Builtins')
-rw-r--r--Completion/Builtins/_wait7
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`'