blob: 1bce39510c3f023084f37eb145f083ffb5679ece [file] [log] [blame]
Bram Moolenaar582fd852005-03-28 20:58:01 +00001" Vim indent file
2" Language: Lisp
Bram Moolenaar48c3f4e2022-08-08 15:42:38 +01003" Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
4" URL: http://sites.google.com/site/khorser/opensource/vim
Bram Moolenaar6ee8d892012-01-10 14:55:01 +01005" Last Change: 2012 Jan 10
Bram Moolenaar582fd852005-03-28 20:58:01 +00006
7" Only load this indent file when no other was loaded.
8if exists("b:did_indent")
9 finish
10endif
11let b:did_indent = 1
12
Bram Moolenaar555b2802005-05-19 21:08:39 +000013setlocal ai nosi
Bram Moolenaar582fd852005-03-28 20:58:01 +000014
Bram Moolenaar555b2802005-05-19 21:08:39 +000015let b:undo_indent = "setl ai< si<"