Mercurial > hg > RemoteEditor > vim7
comparison runtime/indent/mail.vim @ 39:c16898406ff2
synchorinize version 7.3.081
author | one@zeus.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 17 Dec 2010 17:43:06 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
38:e06a1cd7230d | 39:c16898406ff2 |
---|---|
1 " Vim indent file | |
2 " Language: Mail | |
3 " Maintainer: Bram Moolenaar | |
4 " Last Change: 2009 Jun 03 | |
5 | |
6 if exists("b:did_indent") | |
7 finish | |
8 endif | |
9 let b:did_indent = 1 | |
10 | |
11 " What works best is auto-indenting, disable other indenting. | |
12 " For formatting see the ftplugin. | |
13 setlocal autoindent nosmartindent nocindent indentexpr= |