1" Vim filetype plugin file 2" Language: bst 3" Author: Tim Pope <[email protected]> 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<" 16