blob: b5835ba7a91d98a17c2f70358f285c65b954445a [file] [log] [blame]
Bram Moolenaarc8c88492018-12-27 23:59:26 +01001" Vim filetype plugin file
2" Language: Configuration File
3" Maintainer: Christian Brabandt <cb@256bit.org>
4" Latest Revision: 2018-12-24
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11let s:cpo_save = &cpo
12set cpo&vim
13
14let b:undo_ftplugin = "setl cms< fo<"
15
16setlocal commentstring=#\ %s formatoptions-=t formatoptions+=croql
17
18let &cpo = s:cpo_save
19unlet s:cpo_save