2005-03-28 20:58:01 +00:00
|
|
|
" Vim indent file
|
|
|
|
" Language: Lisp
|
2005-05-19 21:08:39 +00:00
|
|
|
" Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
|
2012-01-10 14:55:01 +01:00
|
|
|
" URL: http://sites.google.com/site/khorser/opensource/vim
|
|
|
|
" Last Change: 2012 Jan 10
|
2005-03-28 20:58:01 +00:00
|
|
|
|
|
|
|
" Only load this indent file when no other was loaded.
|
|
|
|
if exists("b:did_indent")
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
let b:did_indent = 1
|
|
|
|
|
2005-05-19 21:08:39 +00:00
|
|
|
setlocal ai nosi
|
2005-03-28 20:58:01 +00:00
|
|
|
|
2005-05-19 21:08:39 +00:00
|
|
|
let b:undo_indent = "setl ai< si<"
|