mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 22:51:42 +02:00
27518: suggest some more configure argument patterns
This commit is contained in:
parent
d9c5241fc5
commit
c4b72029cd
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-12-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 27518: Completion/Unix/Command/_configure: suggest some
|
||||||
|
more patterns for arguments.
|
||||||
|
|
||||||
2009-12-14 Andrey Borzenkov <bor@zsh.org>
|
2009-12-14 Andrey Borzenkov <bor@zsh.org>
|
||||||
|
|
||||||
* unposted: Completion/Unix/Command/_grep:
|
* unposted: Completion/Unix/Command/_grep:
|
||||||
|
@ -12487,5 +12492,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4842 $
|
* $Revision: 1.4843 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -6,4 +6,6 @@ _arguments -- -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \
|
||||||
(#s)--with- --without-
|
(#s)--with- --without-
|
||||||
(#s)--without- --with-)' \
|
(#s)--without- --with-)' \
|
||||||
'*=(E|)PREFIX*:prefix directory:_files -/' \
|
'*=(E|)PREFIX*:prefix directory:_files -/' \
|
||||||
'*=PROGRAM*:program:_command_names -e'
|
'*=PROGRAM*:program:_command_names -e' \
|
||||||
|
'*=NAME*executable*:program:_command_names -e' \
|
||||||
|
'*=NAME*:file:_files'
|
||||||
|
|
Loading…
Reference in a new issue