blob: 5bc25af87591a5e8cf7f7d3d91f942cf261c4316 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim filetype plugin
2" Language: Lisp
3" Maintainer: Dorai Sitaram <ds26@gte.com>
4" URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html
5" Last Change: May 15, 2003
6
7" Only do this when not done yet for this buffer
8if exists("b:did_ftplugin")
9 finish
10endif
11
12" Don't load another plugin for this buffer
13let b:did_ftplugin = 1
14
15setl autoindent
16setl comments=:;
17setl define=^\\s*(def\\k*
18setl formatoptions-=t
19setl iskeyword+=+,-,*,/,%,<,=,>,:,$,?,!,@-@,94
20setl lisp