Mercurial > vim
annotate runtime/ftplugin/cvsrc.vim @ 375:f14cbd913415 v7.0097
updated for version 7.0097
author | vimboss |
---|---|
date | Wed, 29 Jun 2005 22:40:58 +0000 |
parents | |
children | 4fe8e1a7758e |
rev | line source |
---|---|
375 | 1 " Vim filetype plugin file |
2 " Language: cvs(1) RC file | |
3 " Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se> | |
4 " Latest Revision: 2005-06-29 | |
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<" | |
12 | |
13 setlocal comments= commentstring= |