Mercurial > hg > RemoteEditor > vim7
annotate runtime/indent/dictconf.vim @ 48:67300faee616 v7-3-618
v7-3-618
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Aug 2012 18:08:28 +0900 |
parents | 76efa0be13f1 |
children |
rev | line source |
---|---|
0 | 1 " Vim indent file |
2 " Language: dict(1) configuration file | |
3 " Maintainer: Nikolai Weibull <now@bitwi.se> | |
4 " Latest Revision: 2006-12-20 | |
5 | |
6 if exists("b:did_indent") | |
7 finish | |
8 endif | |
9 let b:did_indent = 1 | |
10 | |
11 setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent | |
12 setlocal nosmartindent | |
13 inoremap <buffer> # X# |