]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3935: CTRL-U in Insert mode does not fix the indent v8.2.3935
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Dec 2021 16:05:31 +0000 (16:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Dec 2021 16:05:31 +0000 (16:05 +0000)
commit5d20fbf2e79b96a39abbdadc486b656cdcc67ed6
tree2601a6a32e62402ba28471be2175d67f8e2e339d
parent5ea5f373729589acb38ce3f3ca338e8a6d398bdc
patch 8.2.3935: CTRL-U in Insert mode does not fix the indent

Problem:    CTRL-U in Insert mode does not fix the indent.
Solution:   Fix the indent when 'cindent' is set.
src/edit.c
src/testdir/test_textformat.vim
src/version.c