Mercurial > hg > RemoteEditor > vim7
annotate runtime/ftplugin/udevrules.vim @ 0:76efa0be13f1
Initial revision
author | atsuki |
---|---|
date | Sat, 10 Nov 2007 15:07:22 +0900 (2007-11-10) |
parents | |
children | e170173ecb68 |
rev | line source |
---|---|
0 | 1 " Vim filetype plugin file |
2 " Language: udev(8) rules file | |
3 " Maintainer: Nikolai Weibull <now@bitwi.se> | |
4 " Latest Revision: 2006-04-19 | |
5 | |
6 if exists("b:did_ftplugin") | |
7 finish | |
8 endif | |
9 let b:did_ftplugin = 1 | |
10 | |
11 let b:undo_ftplugin = "setl com< cms< fo<" | |
12 | |
13 setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql |