mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-02 08:21:09 +01:00
30206: Fix ldd completion
This commit is contained in:
parent
c5fce37bce
commit
cbbed5ed84
2 changed files with 7 additions and 2 deletions
|
|
@ -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