1
0
forked from aniani/vim

patch 8.1.0273: invalid memory access when using 'incsearch'

Problem:    Invalid memory access when using 'incsearch'.
Solution:   Reset "patlen" when using previous search pattern.
This commit is contained in:
Bram Moolenaar
2018-08-11 19:02:22 +02:00
parent d473c8c101
commit ef73a28401
2 changed files with 6 additions and 0 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
273,
/**/
272,
/**/