annotate runtime/indent/dictdconf.vim @ 19147:06ef1e438ac8
v8.2.0133
patch 8.2.0133: invalid memory access with search command
Commit: https://github.com/vim/vim/commit/98a336dd497d3422e7efeef9f24cc9e25aeb8a49
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 20 20:22:30 2020 +0100
patch 8.2.0133: invalid memory access with search command
Problem: Invalid memory access with search command.
Solution: When :normal runs out of characters in bracketed paste mode break
out of the loop.(closes #5511)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Mon, 20 Jan 2020 20:30:04 +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#
|