annotate runtime/indent/dictconf.vim @ 3137:b5a2b4c0c1ca
v7.3.339
updated for version 7.3.339
Problem: "make shadow" doesn't link all test files.
Solution: Add a line in Makefile and Filelist.
author |
Bram Moolenaar <bram@vim.org> |
date |
Thu, 20 Oct 2011 16:35:35 +0200 |
parents |
4d2585cf5950 |
children |
1218c5353e2b |
rev |
line source |
389
|
1 " Vim indent file
|
|
2 " Language: dict(1) configuration file
|
839
|
3 " Maintainer: Nikolai Weibull <now@bitwi.se>
|
1201
|
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#
|