comparison runtime/ftplugin/bst.vim @ 1121:e63691e7c504

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 17:54:07 +0000
parents
children 7bc41231fbc7
comparison
equal deleted inserted replaced
1120:e6db096b07a1 1121:e63691e7c504
1 " Vim filetype plugin file
2 " Language: bst
3 " Author: Tim Pope <vimNOSPAM@tpope.info>
4 " $Id$
5
6 if exists("b:did_ftplugin")
7 finish
8 endif
9 let b:did_ftplugin = 1
10
11 setlocal commentstring=%\ %s
12 setlocal comments=:%
13 setlocal fo-=t fo+=croql
14
15 let b:undo_ftplugin = "setlocal com< cms< fo<"