Package: zsh
Version: 4.3.9-1
Severity: minor
Tags: patch
the file completion for mplayer dose not complete *.flac files
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages zsh depends on:
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libcap2 2.16-2 support for getting/setting POSIX.
ii libncursesw5 5.7+20090214-1 shared libraries for terminal hand
Versions of packages zsh recommends:
ii libpcre3 7.8-2 Perl 5 Compatible Regular Expressi
Versions of packages zsh suggests:
pn zsh-doc <none> (no description available)
-- no debconf information
--- /usr/share/zsh/functions/Completion/X/_mplayer 2008-12-29
19:00:22.000000000 +0100
+++ /tmp/_mplayer 2009-02-23 21:05:34.746605476 +0100
@@ -115,7 +115,7 @@
_tags files urls
while _tags; do
_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
while _next_label urls expl URL; do
_urls "$ex...@]" && ret=0