view runtime/indent/lisp.vim @ 2994:7f4f5ca70dbd v7.3.269

updated for version 7.3.269 Problem: 'shellcmdflag' only works with one flag. Solution: Split into multiple arguments. (Gary Johnson)
author Bram Moolenaar <bram@vim.org>
date Thu, 04 Aug 2011 22:59:28 +0200
parents 8fa8d7964cf1
children ba708ee8d69d
line wrap: on
line source

" 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<"