Draw the current text view size in the titlebar during resize operations.
[MacVim/jjgod.git] / runtime / ftplugin / bst.vim
bloba5ef36c37873923ed05bcc94df088ca63ffc38a6
1 " Vim filetype plugin file
2 " Language:     bst
3 " Author:       Tim Pope <vimNOSPAM@tpope.info>
4 " $Id: bst.vim,v 1.4 2007/05/12 13:55:25 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<"