comparison runtime/ftplugin/dosini.vim @ 1624:18ee39301b82 v7.2a

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 22:58:06 +0000
parents
children f4f8014d516e
comparison
equal deleted inserted replaced
1623:53938adac247 1624:18ee39301b82
1 " Vim filetype plugin file
2 " Language: Configuration File (ini file) for MSDOS/MS Windows
3 " Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2007-08-23
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