commit | afa23d1b99692e3c726eb694933ab348b442a1e4 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Aug 09 12:25:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 12:25:10 2022 +0100 |
tree | 056fb741d590d046e5da3d3257767322768387d7 | |
parent | ad6d9cc679259936b7c8453f17c0ec9d7ab7dcd0 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 840a1eb..3944953 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 175, +/**/ 174, /**/ 173,