1 " Vim filetype plugin file
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")
11 setlocal commentstring=%\ %s
13 setlocal fo-=t fo+=croql
15 let b:undo_ftplugin = "setlocal com< cms< fo<"