diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:46:46 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:46:46 +0000 |
commit | fe8530550490ffde816b8f349e73de5294d2cc4b (patch) | |
tree | f5ff45e8b1474118b12250f35940100e9d9386ff /Completion | |
parent | 8a74bb5480b940304aa294573b3f16ebc82d6d1b (diff) | |
download | zsh-fe8530550490ffde816b8f349e73de5294d2cc4b.tar.gz zsh-fe8530550490ffde816b8f349e73de5294d2cc4b.tar.xz zsh-fe8530550490ffde816b8f349e73de5294d2cc4b.zip |
moved to Completion/Unix/Command/_configure
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/User/_configure b/Completion/User/_configure deleted file mode 100644 index e66e06082..000000000 --- a/Completion/User/_configure +++ /dev/null @@ -1,9 +0,0 @@ -#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' |