]> granicus.if.org Git - vim/commit
patch 9.0.0175: spell checking for capital not working with trailing space v9.0.0175
authorChristian Brabandt <cb@256bit.org>
Tue, 9 Aug 2022 11:25:10 +0000 (12:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Aug 2022 11:25:10 +0000 (12:25 +0100)
commitafa23d1b99692e3c726eb694933ab348b442a1e4
tree056fb741d590d046e5da3d3257767322768387d7
parentad6d9cc679259936b7c8453f17c0ec9d7ab7dcd0
patch 9.0.0175: spell checking for capital not working with trailing space

Problem:    Spell checking for capital not working with trailing space.
Solution:   Do not calculate cap_col at the end of the line. (Christian
            Brabandt, closes #10870, issue #10838)
src/drawline.c
src/testdir/dumps/Test_spell_2.dump [new file with mode: 0644]
src/testdir/test_spell.vim
src/version.c