summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-27 16:29:38 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-27 16:29:38 +0100
commit26f09ea54b2c60abf21df42c60bdfc60eca17b0d (patch)
tree4a6ac8239dfc73b25d28dd410211387f464da7f8 /src/version.c
parentf802767df7b4532651fcf11d49e812ead32db45b (diff)
downloadvim-git-26f09ea54b2c60abf21df42c60bdfc60eca17b0d.tar.gz
patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608
Problem: With spell checking, deleting a full stop at the end of a line does not update SpellCap at the start of the next line. Solution: Update the next line when characters have been deleted. Also when using undo.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8e438af3c..ea6f9d392 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 608,
+/**/
607,
/**/
606,