zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 2/3] _mplayer does not only complete video files
@ 2013-02-05 17:44 Wieland Hoffmann
  0 siblings, 0 replies; only message in thread
From: Wieland Hoffmann @ 2013-02-05 17:44 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/X/Command/_mplayer | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index 81669fc..c2d375b 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -114,7 +114,7 @@ case "$state" in
   mfiles)
     _tags files urls
     while _tags; do
-      _requested files expl 'video file' _files -g \
+      _requested files expl 'media file' _files -g \
          "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
       if _requested urls; then
         while _next_label urls expl URL; do
-- 
1.8.1.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-05 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05 17:44 [PATCH 2/3] _mplayer does not only complete video files Wieland Hoffmann

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).