mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-10 11:01:32 +01:00
22914: add wodim to compdef line.
This commit is contained in:
parent
048ac23985
commit
a9c4bdca9b
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-10-27 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 22914: Completion/Unix/Command/_cdrecord: add wodim to compdef
|
||||
line.
|
||||
|
||||
2006-10-25 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 22911: Src/Zle/zle_tricky.c: need fix from 22877 here, too.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#compdef cdrecord
|
||||
#compdef cdrecord wodim
|
||||
|
||||
local curcontext="$curcontext" state line expl ret=1
|
||||
local devices btypes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue