]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1578: SpellCap highlight not always updated when needed v9.0.1578
authorLuuk van Baal <luukvbaal@gmail.com>
Thu, 25 May 2023 16:14:42 +0000 (17:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 May 2023 16:14:42 +0000 (17:14 +0100)
commit2ac6497f0ef186f0e3ba67d7f0a485bfb612bb08
tree21d6369bb4620188ed97befa8e6afa952edbd92b
parent1271572a35ae215fa023d97db9896c5745591024
patch 9.0.1578: SpellCap highlight not always updated when needed

Problem:    SpellCap highlight not always updated when needed.
Solution:   Handle updating line below closed fold and other situations where
            only part of the window is redrawn. (Luuk van Baal, closes #12428,
            closes #12420)
src/drawline.c
src/drawscreen.c
src/proto/spell.pro
src/spell.c
src/spellsuggest.c
src/testdir/dumps/Test_spell_6.dump [new file with mode: 0644]
src/testdir/dumps/Test_spell_7.dump [new file with mode: 0644]
src/testdir/dumps/Test_spell_8.dump [new file with mode: 0644]
src/testdir/test_spell.vim
src/version.c