From faa5c2ee045043c5465dc7c1eacfec2754b4e3f3 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 25 Sep 2011 19:14:40 +0200 Subject: [PATCH] #19 leiningen: fix header --- _lein | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_lein b/_lein index 2fdd943..39b5c3b 100644 --- a/_lein +++ b/_lein @@ -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