blob: 15cc0db6efd9311d27abeb1e10688a7a9e868690 [file] [log] [blame]
Bram Moolenaar437df8f2006-04-27 21:47:44 +00001" Created : Wed 26 Apr 2006 01:20:53 AM CDT
Bram Moolenaar313b7232007-05-05 17:56:55 +00002" Modified : Fri 28 Apr 2006 03:24:01 AM CDT
Bram Moolenaar437df8f2006-04-27 21:47:44 +00003" Author : Gautam Iyer <gi1242@users.sourceforge.net>
4" Description : ftplugin for mrxvtrc
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11let b:undo_ftplugin = "setl com< cms< fo<"
12
Bram Moolenaar313b7232007-05-05 17:56:55 +000013" Really any line that does not match an option is a comment. But use '!' for
14" compatibility with x-defaults files, and "#" (preferred) for compatibility
15" with all other config files.
16"
17" Comments beginning with "#" are preferred because Vim will not flag the
18" first word as a spelling error if it is not capitalised. The '!' used as
19" comment leaders makes Vim think that every comment line is a new sentence.
Bram Moolenaar437df8f2006-04-27 21:47:44 +000020
Bram Moolenaar313b7232007-05-05 17:56:55 +000021setlocal comments=:!,:# commentstring=#\ %s
22setlocal formatoptions-=t formatoptions+=croql