mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
22433: add completion for --no-status option.
This commit is contained in:
parent
87b0f1c859
commit
903e3251fc
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-04-26 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 22433, R. Ramkumar: Completion/Unix/Command/_mpc:
|
||||
add completion for --no-status option.
|
||||
|
||||
2006-04-25 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 22432: Src/pattern.c: bug with backtracking over repeated
|
||||
|
|
|
@ -228,5 +228,6 @@ _mpc_update() {
|
|||
}
|
||||
|
||||
_arguments \
|
||||
'--format:format string' \
|
||||
'--format[specify the format of song display]:format string' \
|
||||
'--no-status[prevent printing song status on completion]' \
|
||||
'*::mpc command:_mpc_command'
|
||||
|
|
Loading…
Reference in a new issue