diff src/version.c @ 27378:a4746d1a3cf3 v8.2.4217

patch 8.2.4217: illegal memory access when undo makes Visual area invalid Commit: https://github.com/vim/vim/commit/8d02ce1ed75d008c34a5c9aaa51b67cbb9d33baa Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 25 18:24:00 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Jan 2022 19:30:04 +0100
parents 1a6421c5be20
children 7c07681f8a05
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4217,
+/**/
     4216,
 /**/
     4215,