annotate runtime/indent/dictdconf.vim @ 18765:1130f8309f67
v8.1.2372
patch 8.1.2372: VMS: failing realloc leaks memory
Commit: https://github.com/vim/vim/commit/9625d3d92d93be52f5d89a57b27ba2400e0fc6d2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 30 22:57:53 2019 +0100
patch 8.1.2372: VMS: failing realloc leaks memory
Problem: VMS: failing realloc leaks memory. (Chakshu Gupta)
Solution: Free the memory. (partly fixes https://github.com/vim/vim/issues/5292)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 30 Nov 2019 23:00:05 +0100 |
parents |
1218c5353e2b |
children |
6dd88e45d47d |
rev |
line source |
389
|
1 " Vim indent file
|
11062
|
2 " Language: dictd(8) 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
|
1204
|
12 setlocal nosmartindent
|
389
|
13 inoremap <buffer> # X#
|