view runtime/indent/lisp.vim @ 233:fca8a9b65afa

updated for version 7.0065
author vimboss
date Mon, 28 Mar 2005 20:58:01 +0000
parents
children 8fa8d7964cf1
line wrap: on
line source

" Vim indent file
" Language:	Lisp
" Maintainer:	noone
" Last Change:	2005 Mar 28

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1

" Autoindent is the best we can do.
setlocal ai

let b:undo_indent = "setl ai<"