view runtime/indent/lisp.vim @ 2659:4ac0c84d1c50 v7.3.079

updated for version 7.3.079 Problem: Duplicate lines in makefile. Solution: Remove the lines. (Hong Xu)
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Dec 2010 14:55:02 +0100
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<"