diff options
| author | Julien Nicoulaud <julien.nicoulaud@gmail.com> | 2011-09-25 19:14:40 +0200 |
|---|---|---|
| committer | Julien Nicoulaud <julien.nicoulaud@gmail.com> | 2011-09-25 19:14:40 +0200 |
| commit | faa5c2ee045043c5465dc7c1eacfec2754b4e3f3 (patch) | |
| tree | 534e5d57fb7be954eac137263537f824fc124621 | |
| parent | #8 pip: use @technolize compdef (diff) | |
| download | zsh-completions-faa5c2ee045043c5465dc7c1eacfec2754b4e3f3.tar zsh-completions-faa5c2ee045043c5465dc7c1eacfec2754b4e3f3.tar.gz zsh-completions-faa5c2ee045043c5465dc7c1eacfec2754b4e3f3.tar.bz2 zsh-completions-faa5c2ee045043c5465dc7c1eacfec2754b4e3f3.tar.lz zsh-completions-faa5c2ee045043c5465dc7c1eacfec2754b4e3f3.tar.xz zsh-completions-faa5c2ee045043c5465dc7c1eacfec2754b4e3f3.tar.zst zsh-completions-faa5c2ee045043c5465dc7c1eacfec2754b4e3f3.zip | |
#19 leiningen: fix header
| -rw-r--r-- | _lein | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,17 +5,20 @@ # # Completion script for Leiningen (https://github.com/technomancy/leiningen) # +# Source: https://github.com/technolize/zsh-completion-funcs +# # ------------------------------------------------------------------------------ # Authors # ------- # -# * https://github.com/technolize +# * technolize (https://github.com/technolize) # # ------------------------------------------------------------------------------ # -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*- # vim: ft=zsh sw=2 ts=2 et # ------------------------------------------------------------------------------ + local ret=1 state _arguments ':subcommand:->subcommand' && ret=0 |
