]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4710: smart indenting does not work after completion v8.2.4710
authorChristian Brabandt <cb@256bit.org>
Thu, 7 Apr 2022 20:00:53 +0000 (21:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Apr 2022 20:00:53 +0000 (21:00 +0100)
commitac72c21da696cf6c31630a9e5ff4c0d3e2049c11
tree77e3a365158f60d4764db59d54ca20d42a07d922
parent5017c66bd461eab46094e076ad1aa818e246ce9d
patch 8.2.4710: smart indenting does not work after completion

Problem:    Smart indenting does not work after completion.
Solution:   Set "can_si". (Christian Brabandt, closes #10113, closes #558)
src/edit.c
src/testdir/test_ins_complete.vim
src/version.c