mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-27 18:21:10 +02:00
Minor completion fixes (11541)
This commit is contained in:
parent
0735f0d889
commit
63b7b10355
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
2000-05-23 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 11541: Completion/User/_chown, Completion/User/_perl_basepods,
|
||||
Completion/User/_perl_modules, Completion/User/_user_at_host,
|
||||
Completion/AIX/_lsdev: minor completion fixes
|
||||
|
||||
* 11539: Completion/User/_netscape, Completion/User/_urls: further
|
||||
suffix handling improvements
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#compdef lsdev
|
||||
|
||||
local state line expl
|
||||
local curcontext="${curcontext}" state line expl
|
||||
|
||||
_arguments -C \
|
||||
'(-P)-C[list info about device in customized devices object class]' \
|
||||
|
|
Loading…
Reference in a new issue