view runtime/indent/lisp.vim @ 32500:2c5d32878fcb

Added tag v9.0.1581 for changeset 0d2b75395eda562d9c7115b0bf1fa97e307b4d8d
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 May 2023 14:45:05 +0200
parents 2198955f9e27
children
line wrap: on
line source

" Vim indent file
" Language:	Lisp
" Maintainer:	Sergey Khorev <sergey.khorev@gmail.com>
" URL:		http://sites.google.com/site/khorser/opensource/vim
" Last Change:	2012 Jan 10

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