1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 20:01:31 +02:00

* 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p,

thanks to Rene H. Larsen.
This commit is contained in:
Clint Adams 2004-04-18 22:09:51 +00:00
parent 53b0a922a2
commit 55940daefb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-18 Clint Adams <clint@zsh.org>
* 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p,
thanks to Rene H. Larsen.
2004-04-17 Oliver Kiddle <opk@zsh.org>
* 19790: Completion/Zsh/Command/_zcompile: complete functions

View File

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