]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3369: auto formatting after "cw" leaves cursor in wrong spot v8.2.3369
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Aug 2021 19:19:01 +0000 (21:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Aug 2021 19:19:01 +0000 (21:19 +0200)
commit6b36d2a16d7931bac82ef8b5654c68ac456b24bf
treea1a9f7e2d0a1f1a16955e701307c97e08cadbd57
parent9cd91a1e8816d727fbdbf0b3062288e15abc5f4d
patch 8.2.3369: auto formatting after "cw" leaves cursor in wrong spot

Problem:    Auto formatting after "cw" leaves cursor in wrong spot.
Solution:   Do not auto-format after the delete. (closes #8789)
src/ops.c
src/testdir/test_textformat.vim
src/version.c