blob: b4cd20fa5e645cb14f802543618f901810c565e7 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim filetype plugin
2" Language: BibTeX
3" Maintainer: Dorai Sitaram <ds26@gte.com>
4" URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html
5" Last Change: May 21, 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 cindent