diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:08:00 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:08:00 +0000 |
commit | 3ad7af0385c107444bc661d7ec8f478b2989a4e7 (patch) | |
tree | e3b8c493c58c1d9c873acdd8ae101668776d48bb /Completion | |
parent | 6d59b06c5c60b8bbbf4d4e3e66d1cba3a04f00d8 (diff) | |
download | zsh-3ad7af0385c107444bc661d7ec8f478b2989a4e7.tar.gz zsh-3ad7af0385c107444bc661d7ec8f478b2989a4e7.tar.xz zsh-3ad7af0385c107444bc661d7ec8f478b2989a4e7.zip |
moved from Completion/User/_use_lo
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_gnu_generic | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_gnu_generic b/Completion/Unix/Command/_gnu_generic new file mode 100644 index 000000000..9dae2bdfc --- /dev/null +++ b/Completion/Unix/Command/_gnu_generic @@ -0,0 +1,6 @@ +#autoload + +# This is for GNU-like commands which understand the --help option, +# but which do not otherwise require special completion handling. + +_arguments '*:arg: _default' -- |