diff options
author | Peter Stephenson <pws@zsh.org> | 2014-01-14 15:44:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-01-14 15:44:49 +0000 |
commit | ff74ffb0f3289c1e838edf0f6d53a2d7d6004cf4 (patch) | |
tree | 4e9e25a42026d2e74e8d88633e02ccd22cf692fb /Completion | |
parent | ed44ddad22d2b8476ea72cba46c8847d5f082a87 (diff) | |
download | zsh-ff74ffb0f3289c1e838edf0f6d53a2d7d6004cf4.tar.gz zsh-ff74ffb0f3289c1e838edf0f6d53a2d7d6004cf4.tar.xz zsh-ff74ffb0f3289c1e838edf0f6d53a2d7d6004cf4.zip |
32255: complet for python under some pythonN.M names
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_python | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python index ca1ed37fd..edc49b72b 100644 --- a/Completion/Unix/Command/_python +++ b/Completion/Unix/Command/_python @@ -1,4 +1,4 @@ -#compdef python +#compdef python python2 python2.4 python2.5 python2.6 python2.7 python3.0 python3.1 python3.2 python3.3 python3.4 # Python 2.6 # Python 3.0 |