xref: /vim-8.2.3635/runtime/indent/lisp.vim (revision 6ee8d89c)
1" Vim indent file
2" Language:	Lisp
3" Maintainer:    Sergey Khorev <[email protected]>
4" URL:		 http://sites.google.com/site/khorser/opensource/vim
5" Last Change:	2012 Jan 10
6
7" Only load this indent file when no other was loaded.
8if exists("b:did_indent")
9   finish
10endif
11let b:did_indent = 1
12
13setlocal ai nosi
14
15let b:undo_indent = "setl ai< si<"
16