diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-10-27 17:48:48 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-10-27 17:48:48 +0000 |
commit | a9c4bdca9b462b7aff18eb6d4e1d4eebaac0f2a2 (patch) | |
tree | f5cbb6b82a52a338511e6b61cf104d708512575a | |
parent | 048ac23985eab7913e9a1b6013324657bb7750ac (diff) | |
download | zsh-a9c4bdca9b462b7aff18eb6d4e1d4eebaac0f2a2.tar.gz zsh-a9c4bdca9b462b7aff18eb6d4e1d4eebaac0f2a2.tar.xz zsh-a9c4bdca9b462b7aff18eb6d4e1d4eebaac0f2a2.zip |
22914: add wodim to compdef line.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Command/_cdrecord | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d3244d4d3..0232558cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/Completion/Unix/Command/_cdrecord b/Completion/Unix/Command/_cdrecord index 8235d0789..f651e5954 100644 --- a/Completion/Unix/Command/_cdrecord +++ b/Completion/Unix/Command/_cdrecord @@ -1,4 +1,4 @@ -#compdef cdrecord +#compdef cdrecord wodim local curcontext="$curcontext" state line expl ret=1 local devices btypes |