summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_python
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2014-07-04 00:59:13 +0900
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-07-03 22:55:42 +0100
commitd13c6dc44168ed4c0e71497ec2bbb752600a9e53 (patch)
treee4bc839b3f74121cc1e97cd7726d6720982ca39d /Completion/Unix/Command/_python
parent32823: complete file instead of Perl script after - (diff)
downloadzsh-d13c6dc44168ed4c0e71497ec2bbb752600a9e53.tar
zsh-d13c6dc44168ed4c0e71497ec2bbb752600a9e53.tar.gz
zsh-d13c6dc44168ed4c0e71497ec2bbb752600a9e53.tar.bz2
zsh-d13c6dc44168ed4c0e71497ec2bbb752600a9e53.tar.lz
zsh-d13c6dc44168ed4c0e71497ec2bbb752600a9e53.tar.xz
zsh-d13c6dc44168ed4c0e71497ec2bbb752600a9e53.tar.zst
zsh-d13c6dc44168ed4c0e71497ec2bbb752600a9e53.zip
32833: complete Python and Ruby arguments as for Perl
Diffstat (limited to 'Completion/Unix/Command/_python')
-rw-r--r--Completion/Unix/Command/_python33
1 files changed, 22 insertions, 11 deletions
diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python
index edc49b72b..da84b30b5 100644
--- a/Completion/Unix/Command/_python
+++ b/Completion/Unix/Command/_python
@@ -24,12 +24,12 @@ fi
_arguments -C -s -S "$args[@]" \
"-B[don't write .py\[co\] files on import]" \
- '(1 -)-c+[program passed in as string (terminates option list)]:python command:' \
+ '(-)-c+[program passed in as string (terminates option list)]:python command:' \
'-d[debug output from parser]' \