1
0
forked from aniani/vim

patch 8.2.4977: memory access error when substitute expression changes window

Problem:    Memory access error when substitute expression changes window.
Solution:   Disallow changing window in substitute expression.
This commit is contained in:
Bram Moolenaar
2022-05-18 13:11:57 +01:00
parent b1040dc11f
commit e2bd8600b8
3 changed files with 26 additions and 0 deletions

View File

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