about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorRichard Hartmann <richih.mailinglist@gmail.com>2013-05-10 10:03:12 +0100
committerPeter Stephenson <pws@zsh.org>2013-05-10 10:03:12 +0100
commitbb6e894f2700bb92c44438dd62a7f921d106dca1 (patch)
treeb4e18fb2594014b34cadea518336e3bcfcec4ba5 /Completion/X
parentd88bd1409ee2958fe38b2f3ff62401a16fe226b4 (diff)
downloadzsh-bb6e894f2700bb92c44438dd62a7f921d106dca1.tar.gz
zsh-bb6e894f2700bb92c44438dd62a7f921d106dca1.tar.xz
zsh-bb6e894f2700bb92c44438dd62a7f921d106dca1.zip
Add .ogv to mplayer completion
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_mplayer2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer
index c2d375b1f..b4954cbb6 100644
--- a/Completion/X/Command/_mplayer
+++ b/Completion/X/Command/_mplayer
@@ -115,7 +115,7 @@ case "$state" in
     _tags files urls
     while _tags; do
       _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
+         "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
       if _requested urls; then
         while _next_label urls expl URL; do
           _urls "$expl[@]" && ret=0