1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-01-20 20:22:30 +01:00
parent ca33eb256e
commit 98a336dd49
3 changed files with 9 additions and 2 deletions

View File

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