summaryrefslogtreecommitdiff
path: root/uvim/runtime/ftplugin/bst.mnv
blob: 31c34ace43a3cbb045f6ee00fcfdb469a78cace5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
" MNV filetype plugin file
" Language:	bst
" Author:	Tim Pope <mnvNOSPAM@tpope.info>
" $Id: bst.mnv,v 1.1 2007/05/05 17:37:57 mnvboss Exp $

if exists("b:did_ftplugin")
    finish
endif
let b:did_ftplugin = 1

setlocal commentstring=%\ %s
setlocal comments=:%
setlocal fo-=t fo+=croql

let b:undo_ftplugin = "setlocal com< cms< fo<"