Mercurial > vim
view runtime/ftplugin/sieve.vim @ 1486:1f93fbcb4e0c v7.1.201
updated for version 7.1-201
author | vimboss |
---|---|
date | Fri, 04 Jan 2008 15:31:21 +0000 |
parents | 1f3b1021f002 |
children | f4f8014d516e |
line wrap: on
line source
" Vim filetype plugin file " Language: Sieve filtering language input file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setl com< cms< fo<" setlocal comments=s1:/*,mb:*,ex:*/,:# commentstring=#\ %s setlocal formatoptions-=t formatoptions+=croql