diff src/version.c @ 29670:addac7a2d951 v9.0.0175

patch 9.0.0175: spell checking for capital not working with trailing space Commit: https://github.com/vim/vim/commit/afa23d1b99692e3c726eb694933ab348b442a1e4 Author: Christian Brabandt <cb@256bit.org> Date: Tue Aug 9 12:25:10 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 13:30:06 +0200
parents 495dc54392fa
children 6b8aaf16af99
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    175,
+/**/
     174,
 /**/
     173,