diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:46:54 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:46:54 +0000 |
commit | 0a80fbdbf2e405f76a639f1e8137ed1c284076d4 (patch) | |
tree | ebb089a7c0ac43f299df096ab6e97ae6dbe9de2d /Completion | |
parent | fe8530550490ffde816b8f349e73de5294d2cc4b (diff) | |
download | zsh-0a80fbdbf2e405f76a639f1e8137ed1c284076d4.tar.gz zsh-0a80fbdbf2e405f76a639f1e8137ed1c284076d4.tar.xz zsh-0a80fbdbf2e405f76a639f1e8137ed1c284076d4.zip |
moved from Completion/User/_configure
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_configure b/Completion/Unix/Command/_configure new file mode 100644 index 000000000..e66e06082 --- /dev/null +++ b/Completion/Unix/Command/_configure @@ -0,0 +1,9 @@ +#compdef configure + +_arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \ + -s '((#s)--disable- --enable- + (#s)--enable- --disable- + (#s)--with- --without- + (#s)--without- --with-)' \ + '*=(E|)PREFIX*:prefix directory:_files -/' \ + '*=PROGRAM*:program:_command_names -e' |