From 7450a7f5318612272871cdefd2b3571c3be3a37f Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Sun, 29 Jun 2014 15:08:40 -0400 Subject: 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 "--". --- TOOLS/zsh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/zsh.pl b/TOOLS/zsh.pl index 59979015fe..7edd782c00 100755 --- a/TOOLS/zsh.pl +++ b/TOOLS/zsh.pl @@ -37,7 +37,7 @@ my $tmpl = <<"EOS"; # mpv zsh completion -_x_arguments -C -s \\ +_arguments -C -S \\ $opts_str '*:files:->mfiles' -- cgit v1.2.3