diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:07:52 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:07:52 +0000 |
commit | 6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8 (patch) | |
tree | 94851719b54f155d412fbf845bde92a014cbd88d /Completion | |
parent | 6a65ebef04efca2f51a9629de80510d5f2e1ec96 (diff) | |
download | zsh-6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8.tar.gz zsh-6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8.tar.xz zsh-6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8.zip |
moved to Completion/Unix/Command/_gnu_generic
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_use_lo | 6 |
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' -- |