1
0
forked from aniani/vim

patch 8.2.3625: illegal memory access when C-indenting

Problem:    Illegal memory access when C-indenting.
Solution:   Also set the cursor column.
This commit is contained in:
Bram Moolenaar
2021-11-19 19:41:13 +00:00
parent 3ad695328f
commit 2de9b7c7c8
3 changed files with 19 additions and 5 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3625,
/**/
3624,
/**/