commit | b07626d4afa73dd2af0f03c0d59eed25ee159ef9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 15:40:43 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 15:40:43 2021 +0100 |
tree | 3d4c106e4390dfe22993a551c3e7892e032c10a2 | |
parent | cddd5ac911707034ca27f10037c4b1b523188c47 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ce1939b..f5c8d76 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3494, +/**/ 3493, /**/ 3492,