annotate runtime/indent/dictconf.vim @ 6721:7347229a646a
v7.4.684
updated for version 7.4.684
Problem: When starting several Vim instances in diff mode, the temp files
used may not be unique. (Issue 353)
Solution: Add an argument to vim_tempname() to keep the file.
author |
Bram Moolenaar <bram@vim.org> |
date |
Tue, 31 Mar 2015 13:33:08 +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#
|