diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-01-28 23:58:23 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-01-28 23:58:23 +0900 |
| commit | 1faf2888e9617c7bade0a45a4b09648c8da9f6e3 (patch) | |
| tree | 827b3ecd583dbf2a111da9c7056f3ca736f2d0b6 /Completion/Unix/Command/_python | |
| parent | 34423: fix a typo in _ruby (diff) | |
| download | zsh-1faf2888e9617c7bade0a45a4b09648c8da9f6e3.tar zsh-1faf2888e9617c7bade0a45a4b09648c8da9f6e3.tar.gz zsh-1faf2888e9617c7bade0a45a4b09648c8da9f6e3.tar.bz2 zsh-1faf2888e9617c7bade0a45a4b09648c8da9f6e3.tar.lz zsh-1faf2888e9617c7bade0a45a4b09648c8da9f6e3.tar.xz zsh-1faf2888e9617c7bade0a45a4b09648c8da9f6e3.tar.zst zsh-1faf2888e9617c7bade0a45a4b09648c8da9f6e3.zip | |
34415: cache list of all python modules
Diffstat (limited to 'Completion/Unix/Command/_python')
| -rw-r--r-- | Completion/Unix/Command/_python | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/Completion/Unix/Command/_python b/Completion/Unix/Command/_python index 8e32bdf55..dedb9ceda 100644 --- a/Completion/Unix/Command/_python +++ b/Completion/Unix/Command/_python @@ -1,11 +1,10 @@ -#compdef python python2 python2.4 python2.5 python2.6 python2.7 python3.0 python3.1 python3.2 python3.3 python3.4 |
