diff src/version.c @ 25921:203b0f3a741a v8.2.3494

patch 8.2.3494: illegal memory access in utf_head_off Commit: https://github.com/vim/vim/commit/b07626d4afa73dd2af0f03c0d59eed25ee159ef9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 11 15:40:43 2021 +0100 patch 8.2.3494: illegal memory access in utf_head_off Problem: Illegal memory access in utf_head_off. Solution: Check cursor position when reselecting the Visual area. (closes #8963)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Oct 2021 16:45:04 +0200
parents db5b5c38d222
children 70d1339c0fa0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3494,
+/**/
     3493,
 /**/
     3492,