mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
30206: Fix ldd completion
This commit is contained in:
parent
c5fce37bce
commit
cbbed5ed84
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-11 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 30206: Completion/Unix/Command/_ldd: Fix ldd completion broken by
|
||||
previous commit.
|
||||
|
||||
2012-02-10 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 30199: Completion/Debian/Command/_pbuilder,
|
||||
|
@ -15954,5 +15959,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5580 $
|
||||
* $Revision: 1.5581 $
|
||||
*****************************************************
|
||||
|
|
|
@ -28,5 +28,5 @@ fi
|
|||
|
||||
_arguments $args \
|
||||
'*: : _alternative
|
||||
"executables:executable:_files -g \^\*.so\(\-*\)"
|
||||
"executables:executable:_files -g \^\*.so\(\-\*\)"
|
||||
"shared-objects:shared object:_files -g \*.so\(-.\)"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue