summaryrefslogtreecommitdiffstats
path: root/TOOLS/zsh.pl
diff options
context:
space:
mode:
authorEric G <eric.gillet+gh@linuxw.info>2015-12-29 17:03:26 +0100
committerwm4 <wm4@nowhere>2015-12-29 19:30:57 +0100
commitfb185e4e79e3d3bcecfd7b786ff9086c35b464a0 (patch)
tree78b3dc095510d7d9b994b8fa7c663256390fec0c /TOOLS/zsh.pl
parentdcffeaccf17324b2de8a45eca21eb4adc8fae179 (diff)
downloadmpv-fb185e4e79e3d3bcecfd7b786ff9086c35b464a0.tar.bz2
mpv-fb185e4e79e3d3bcecfd7b786ff9086c35b464a0.tar.xz
TOOLS/zsh.pl: add .opus extension in zsh completions
Diffstat (limited to 'TOOLS/zsh.pl')
-rwxr-xr-xTOOLS/zsh.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/zsh.pl b/TOOLS/zsh.pl
index 309c0d4b22..cdf97d6843 100755
--- a/TOOLS/zsh.pl
+++ b/TOOLS/zsh.pl
@@ -120,7 +120,7 @@ $profile_comp
_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|ogv|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && rc=0
+ "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|ogv|opus|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && rc=0
if _requested urls; then
while _next_label urls expl URL; do
_urls "\$expl[@]" && rc=0