1
0
forked from aniani/vim

patch 8.2.4217: illegal memory access when undo makes Visual area invalid

Problem:    Illegal memory access when undo makes Visual area invalid.
Solution:   Correct the Visual area after undo.
This commit is contained in:
Bram Moolenaar
2022-01-25 18:24:00 +00:00
parent 06b77229ca
commit 8d02ce1ed7
3 changed files with 19 additions and 0 deletions

View File

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