blob: 973e342b93f9332ffa959f0ba2b1aff93cb9f08f [file] [log] [blame]
Bram Moolenaar9964e462007-05-05 17:54:07 +00001" Vim filetype plugin file
2" Language: bst
3" Author: Tim Pope <vimNOSPAM@tpope.info>
4" $Id$
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal commentstring=%\ %s
12setlocal comments=:%
13setlocal fo-=t fo+=croql
14
15let b:undo_ftplugin = "setlocal com< cms< fo<"