1
0
forked from aniani/vim

patch 8.2.5126: substitute may overrun destination buffer

Problem:    Substitute may overrun destination buffer.
Solution:   Disallow switching buffers in a substitute expression.
This commit is contained in:
Bram Moolenaar
2022-06-18 19:48:14 +01:00
parent 09f68a5e78
commit d6211a52ab
3 changed files with 19 additions and 3 deletions

View File

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