Bram Moolenaar | 4c3f536 | 2006-04-11 21:38:50 +0000 | [diff] [blame] | 1 | " Vim filetype plugin file |
2 | " Maintainer: Nikolai Weibull <now@bitwi.se> | ||||
3 | " Latest Revision: 2006-04-10 | ||||
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 |