proper headers for these

This commit is contained in:
myfreeweb
2011-09-25 16:46:14 +04:00
parent 6c0be92fa9
commit 31769b05b3
4 changed files with 82 additions and 11 deletions
+16 -3
View File
@@ -1,7 +1,20 @@
#compdef lein
#autoload
# https://github.com/technolize/zsh-completion-funcs
# ------------------------------------------------------------------------------
# Description
# -----------
#
# Completion script for Leiningen (https://github.com/technomancy/leiningen)
#
# ------------------------------------------------------------------------------
# Authors
# -------
#
# * 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