]> granicus.if.org Git - vim/commit
patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo' v9.0.0664
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Oct 2022 12:29:15 +0000 (13:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Oct 2022 12:29:15 +0000 (13:29 +0100)
commitf3ef026c9897f1d2e3fba47166a4771d507dae91
treef46f289180fb90f5c2b51479bf3f39bb9e669813
parentd1955987147a299d7bca30cd1b5792535ff0745c
patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'

Problem:    Bad redrawing with spell checking, using "C" and "$" in 'cpo'.
Solution:   Do not redraw the next line when "$" is in 'cpo'. (closes #11285)
src/change.c
src/edit.c
src/testdir/dumps/Test_spell_compatible_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_spell_compatible_2.dump [new file with mode: 0644]
src/testdir/test_spell.vim
src/version.c