1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-12 01:11:27 +02:00

Daniel Friesel: 26636: complete .flac files for mplayer.

This commit is contained in:
Clint Adams 2009-02-28 19:35:08 +00:00
parent 027ce9a001
commit 05a7f19f69
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-02-28 Clint Adams <clint@zsh.org>
* Daniel Friesel: 26636: Completion/X/Command/_mplayer: complete
.flac files for mplayer.
2009-02-27 Barton E. Schaefer <schaefer@zsh.org> 2009-02-27 Barton E. Schaefer <schaefer@zsh.org>
* 26609: Completion/Unix/Type/_path_files: further / different fix * 26609: Completion/Unix/Type/_path_files: further / different fix
@ -11266,5 +11271,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4584 $ * $Revision: 1.4585 $
***************************************************** *****************************************************

View file

@ -115,7 +115,7 @@ case "$state" in
_tags files urls _tags files urls
while _tags; do while _tags; do
_requested files expl 'video file' _files -g \ _requested files expl 'video file' _files -g \
"*.(#i)(asf|asx|avi|flv|m1v|m2p|m2v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|wma|wmv)(-.)" && ret=0 "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|wma|wmv)(-.)" && ret=0
if _requested urls; then if _requested urls; then
while _next_label urls expl URL; do while _next_label urls expl URL; do
_urls "$expl[@]" && ret=0 _urls "$expl[@]" && ret=0