comparison 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
comparison
equal deleted inserted replaced
25920:116d870cb436 25921:203b0f3a741a
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3494,
760 /**/ 762 /**/
761 3493, 763 3493,
762 /**/ 764 /**/
763 3492, 765 3492,
764 /**/ 766 /**/