summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-05-27 02:44:27 +0800
committerwm4 <wm4@nowhere>2016-05-27 17:03:00 +0200
commit72e94941c9f417a7fd7f58955bc46a923b8fa02f (patch)
tree88819909d45c3a0d9a4025043cc6744bcec794ec /TOOLS
parent84fba1df21577280078ab1db339d36019a4e419a (diff)
downloadmpv-72e94941c9f417a7fd7f58955bc46a923b8fa02f.tar.bz2
mpv-72e94941c9f417a7fd7f58955bc46a923b8fa02f.tar.xz
TOOLS/zsh.pl: add .f4v extension in zsh completions
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/zsh.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/zsh.pl b/TOOLS/zsh.pl
index 50890f5941..306e9765b7 100755
--- a/TOOLS/zsh.pl
+++ b/TOOLS/zsh.pl
@@ -142,7 +142,7 @@ $runtime_completions
_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|opus|qt|rm|ts|vob|wav|webm|wma|wmv|wv)(-.)" && rc=0
+ "*.(#i)(asf|asx|avi|f4v|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|wv)(-.)" && rc=0
if _requested urls; then
while _next_label urls expl URL; do
_urls "\$expl[@]" && rc=0