vim/bundle/slimv/indent/clojure.vim @ f7271f80d656
vim: kill bufexplorer
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 16 Nov 2010 16:54:38 -0500 |
parents |
c4d3b4507707 |
children |
(none) |
" clojure.vim:
" Clojure indent plugin for Slimv
" Version: 0.5.4
" Last Change: 15 Nov 2009
" Maintainer: Tamas Kovacs <kovisoft at gmail dot com>
" License: This file is placed in the public domain.
" No warranty, express or implied.
" *** *** Use At-Your-Own-Risk! *** ***
"
" =====================================================================
"
" Load Once:
if exists("b:did_indent")
finish
endif
runtime indent/**/lisp.vim
set lisp