0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

TOOLS/zsh.pl: fix _arguments line

Don't use _x_arguments, as we don't support X arguments.

Get rid of -s, because we don't support multiple single-letter options
in one argument.

Add -S, because we ignore options after "--".
This commit is contained in:
Philip Sequeira 2014-06-29 15:08:40 -04:00 committed by Alessandro Ghedini
parent bbc005825a
commit 7450a7f531

View File

@ -37,7 +37,7 @@ my $tmpl = <<"EOS";
# mpv zsh completion
_x_arguments -C -s \\
_arguments -C -S \\
$opts_str
'*:files:->mfiles'