1
0
forked from aniani/vim

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)
This commit is contained in:
Christian Brabandt
2022-08-09 12:25:10 +01:00
committed by Bram Moolenaar
parent ad6d9cc679
commit afa23d1b99
4 changed files with 36 additions and 1 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
175,
/**/
174,
/**/