1
0
Fork 0
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:
Clint Adams 2006-04-26 04:37:49 +00:00
parent 87b0f1c859
commit 903e3251fc
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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'