bst.vim 333 B

12345678910111213141516
  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 $
  5. if exists("b:did_ftplugin")
  6. finish
  7. endif
  8. let b:did_ftplugin = 1
  9. setlocal commentstring=%\ %s
  10. setlocal comments=:%
  11. setlocal fo-=t fo+=croql
  12. let b:undo_ftplugin = "setlocal com< cms< fo<"