| Current Path : /proc/8644/root/proc/self/root/proc/8644/task/8644/root/usr/share/vim/vimcurrent/indent/ | 
| Current File : //proc/8644/root/proc/self/root/proc/8644/task/8644/root/usr/share/vim/vimcurrent/indent/lisp.vim | 
" Vim indent file
" Language:	Lisp
" Maintainer:    Sergey Khorev <sergey.khorev@gmail.com>
" URL:		 http://iamphet.nm.ru/vim
" Last Change:	2005 May 19
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1
setlocal ai nosi
let b:undo_indent = "setl ai< si<"