about summary refs log tree commit diff
path: root/Completion/User
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:07:52 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:07:52 +0000
commit6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8 (patch)
tree94851719b54f155d412fbf845bde92a014cbd88d /Completion/User
parent6a65ebef04efca2f51a9629de80510d5f2e1ec96 (diff)
downloadzsh-6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8.tar.gz
zsh-6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8.tar.xz
zsh-6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8.zip
moved to Completion/Unix/Command/_gnu_generic
Diffstat (limited to 'Completion/User')
-rw-r--r--Completion/User/_use_lo6
1 files changed, 0 insertions, 6 deletions
diff --git a/Completion/User/_use_lo b/Completion/User/_use_lo
deleted file mode 100644
index 9dae2bdfc..000000000
--- a/Completion/User/_use_lo
+++ /dev/null
@@ -1,6 +0,0 @@
-#autoload
-
-# This is for GNU-like commands which understand the --help option,
-# but which do not otherwise require special completion handling.
-
-_arguments '*:arg: _default' --