Mercurial > vim
view runtime/ftplugin/bst.vim @ 1978:7e0c8a18c915 v7.2.275
updated for version 7.2-275
author | vimboss |
---|---|
date | Tue, 03 Nov 2009 14:33:17 +0000 |
parents | e63691e7c504 |
children | 7bc41231fbc7 |
line wrap: on
line source
" Vim filetype plugin file " Language: bst " Author: Tim Pope <vimNOSPAM@tpope.info> " $Id$ 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<"