blob: 98dd5a07bce50efd19e5dcee1a24c8c4156d20c4 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim filetype plugin file
2" Language: reStructuredText Documentation Format
3" Maintainer: Nikolai Weibull <source@pcppopper.org>
4" URL: http://www.pcppopper.org/vim/ftplugin/pcp/rst/
5" Latest Revision: 2004-04-25
6" arch-tag: 618bf504-81ba-4518-bad2-43ba2b844a26
7
8" Only do this when not done yet for this buffer
9if exists("b:did_ftplugin")
10 finish
11endif
12
13" Don't load another plugin for this buffer
14let b:did_ftplugin = 1
15
16let b:undo_ftplugin = "setl com< cms<"
17
18setlocal comments=fb:..
19setlocal commentstring=..\ %s
20setlocal expandtab
21setlocal sts=2 sw=2
22
23" vim: set sts=2 sw=2: