commit | 2de9b7c7c8791da8853a9a7ca9c467867465b655 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 19 19:41:13 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 19 19:41:13 2021 +0000 |
tree | a67f2340c90c8ddee4c4dfd111ee913830e82479 | |
parent | 3ad695328f94e0197e84454f125c7f3464091d0c [diff] [blame] |
patch 8.2.3625: illegal memory access when C-indenting Problem: Illegal memory access when C-indenting. Solution: Also set the cursor column.
diff --git a/src/version.c b/src/version.c index 7cadceb..8e84cbb 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3625, +/**/ 3624, /**/ 3623,