diff options
Diffstat (limited to 'Completion/Unix')
-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 |