vim/bundle/slimv/indent/clojure.vim @ f0d5c7c0f700
vim: replace camelcasemappings with others to unshadow stuff
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 10 Dec 2010 09:55:26 -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