blob: 86796eb8ec7131f99d34620fe9e39b61c06c1ba4 [file] [log] [blame]
Bram Moolenaar8c8de832008-06-24 22:58:06 +00001" Vim filetype plugin file
2" Maintainer: Nikolai Weibull <now@bitwi.se>
3" Latest Revision: 2007-09-18
4
5if exists("b:did_ftplugin")
6 finish
7endif
8let b:did_ftplugin = 1
9
10let s:cpo_save = &cpo
11set cpo&vim
12
13let b:undo_ftplugin = "setl com< cms< fo<"
14
15setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql
16
17let s:cpo_save = &cpo
18set cpo&vim