comparison src/version.c @ 26187:8e92f01f7226 v8.2.3625

patch 8.2.3625: illegal memory access when C-indenting Commit: https://github.com/vim/vim/commit/2de9b7c7c8791da8853a9a7ca9c467867465b655 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 19 19:41:13 2021 +0000 patch 8.2.3625: illegal memory access when C-indenting Problem: Illegal memory access when C-indenting. Solution: Also set the cursor column.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Nov 2021 20:45:04 +0100
parents 582218dbc6b3
children 36a1a04fcd9f
comparison
equal deleted inserted replaced
26186:f80b615131df 26187:8e92f01f7226
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 3625,
760 /**/ 762 /**/
761 3624, 763 3624,
762 /**/ 764 /**/
763 3623, 765 3623,
764 /**/ 766 /**/