blob: b0c4eed1bd41b0af5c0e4fb4370e0a97858dd26d [file] [log] [blame]
Bram Moolenaar582fd852005-03-28 20:58:01 +00001" Vim indent file
2" Language: Lisp
Bram Moolenaar555b2802005-05-19 21:08:39 +00003" Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
Bram Moolenaar6ee8d892012-01-10 14:55:01 +01004" URL: http://sites.google.com/site/khorser/opensource/vim
5" 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<"