]> granicus.if.org Git - vim/commit
patch 8.2.3625: illegal memory access when C-indenting v8.2.3625
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 19:41:13 +0000 (19:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Nov 2021 19:41:13 +0000 (19:41 +0000)
commit2de9b7c7c8791da8853a9a7ca9c467867465b655
treea67f2340c90c8ddee4c4dfd111ee913830e82479
parent3ad695328f94e0197e84454f125c7f3464091d0c
patch 8.2.3625: illegal memory access when C-indenting

Problem:    Illegal memory access when C-indenting.
Solution:   Also set the cursor column.
src/cindent.c
src/testdir/test_cindent.vim
src/version.c