vim: update release.sh to vim 7.3
[msysgit/mtrensch.git] / share / vim / vim72 / ftplugin / bst.vim
blob5e65aac31c5ef140e81a020ba3384c632ae79489
1 " Vim filetype plugin file
2 " Language:     bst
3 " Author:       Tim Pope <vimNOSPAM@tpope.info>
4 " $Id: bst.vim,v 1.1 2007/05/05 17:37:57 vimboss Exp $
6 if exists("b:did_ftplugin")
7     finish
8 endif
9 let b:did_ftplugin = 1
11 setlocal commentstring=%\ %s
12 setlocal comments=:%
13 setlocal fo-=t fo+=croql
15 let b:undo_ftplugin = "setlocal com< cms< fo<"