Merge branch 'vim' into fix/fast-join
[vim_extended.git] / runtime / ftplugin / bst.vim
blobb538a02718002d75b6d65cb7b0f7efceefa45abb
1 " Vim filetype plugin file
2 " Language:     bst
3 " Author:       Tim Pope <vimNOSPAM@tpope.info>
4 " $Id: bst.vim,v 1.9 2008/08/09 17:45:29 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<"