]> granicus.if.org Git - vim/commit
patch 9.0.0608: with spelling, deleting a full stop does not update next line v9.0.0608
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Sep 2022 15:29:38 +0000 (16:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Sep 2022 15:29:38 +0000 (16:29 +0100)
commit26f09ea54b2c60abf21df42c60bdfc60eca17b0d
tree4a6ac8239dfc73b25d28dd410211387f464da7f8
parentf802767df7b4532651fcf11d49e812ead32db45b
patch 9.0.0608: with spelling, deleting a full stop does not update next line

Problem:    With spell checking, deleting a full stop at the end of a line
            does not update SpellCap at the start of the next line.
Solution:   Update the next line when characters have been deleted.  Also when
            using undo.
src/change.c
src/edit.c
src/testdir/dumps/Test_spell_4.dump [new file with mode: 0644]
src/testdir/dumps/Test_spell_5.dump [new file with mode: 0644]
src/testdir/test_spell.vim
src/undo.c
src/version.c