diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-27 02:44:27 +0800 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-05-27 17:03:00 +0200 |
commit | 72e94941c9f417a7fd7f58955bc46a923b8fa02f (patch) | |
tree | 88819909d45c3a0d9a4025043cc6744bcec794ec | |
parent | 84fba1df21577280078ab1db339d36019a4e419a (diff) |
TOOLS/zsh.pl: add .f4v extension in zsh completions
-rwxr-xr-x | TOOLS/zsh.pl | 2 |
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 |