#19 leiningen: fix header

This commit is contained in:
Julien Nicoulaud 2011-09-25 19:14:40 +02:00
parent c05cc95362
commit faa5c2ee04
1 changed files with 4 additions and 1 deletions

5
_lein
View File

@ -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