Bram Moolenaar | 8424a62 | 2006-04-19 21:23:36 +0000 | [diff] [blame] | 1 | " Vim filetype plugin file |
2 | " Maintainer: Nikolai Weibull <now@bitwi.se> | ||||
3 | " Latest Revision: 2006-03-27 | ||||
4 | |||||
5 | if exists("b:did_ftplugin") | ||||
6 | finish | ||||
7 | endif | ||||
8 | let b:did_ftplugin = 1 | ||||
9 | |||||
10 | let b:undo_ftplugin = "setl com< cms< fo<" | ||||
11 | |||||
12 | setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql |