annotate runtime/indent/dictconf.vim @ 13405:b65fa9463baa
Added tag v8.0.1576 for changeset 6155728094353dd3990aa7700c1d647ac501fcb6
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 06 Mar 2018 12:30:07 +0100 |
parents |
1218c5353e2b |
children |
6dd88e45d47d |
rev |
line source |
389
|
1 " Vim indent file
|
11062
|
2 " Language: dict(1) configuration file
|
|
3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
|
|
4 " Latest Revision: 2006-12-20
|
389
|
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
|
1201
|
12 setlocal nosmartindent
|
389
|
13 inoremap <buffer> # X#
|