]> granicus.if.org Git - vim/commit
patch 9.0.0590: after exiting Insert mode spelling not checked in next line v9.0.0590
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2022 19:58:30 +0000 (20:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2022 19:58:30 +0000 (20:58 +0100)
commitee09fcc9b6cf24e02899461809da9a5148208ea5
treeda98cebee25cc4d625d0276b44fbac9190d31341
parentb7e07dc1036b5b02870c72e872bbb248640ade7d
patch 9.0.0590: after exiting Insert mode spelling not checked in next line

Problem:    After exiting Insert mode spelling is not checked in the next
            line.
Solution:   When spelling is enabled redraw the next line after exiting Insert
            mode in case the spell highlight needs updating.
src/drawline.c
src/edit.c
src/proto/spell.pro
src/spell.c
src/testdir/dumps/Test_spell_3.dump [new file with mode: 0644]
src/testdir/test_spell.vim
src/version.c