From ff74ffb0f3289c1e838edf0f6d53a2d7d6004cf4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 14 Jan 2014 15:44:49 +0000 Subject: 32255: complet for python under some pythonN.M names --- ChangeLog | 5 +++++ Completion/Unix/Command/_python | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2fc8d746b..620e39199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-14 Peter Stephenson + + * 32255: Completion/Unix/Command/_python: complete for Python + with command names python2.4 ... python3.4. + 2014-01-11 Peter Stephenson * 32246: Doc/Zsh/builtins.yo, Src/builtin.c, Test/.distfiles, 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 -- cgit 1.4.1