1" Vim filetype plugin 2" Language: Lisp 3" Maintainer: Dorai Sitaram <[email protected]> 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 21