diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-27 16:29:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-27 16:29:38 +0100 |
commit | 26f09ea54b2c60abf21df42c60bdfc60eca17b0d (patch) | |
tree | 4a6ac8239dfc73b25d28dd410211387f464da7f8 /src/version.c | |
parent | f802767df7b4532651fcf11d49e812ead32db45b (diff) | |
download | vim-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.c | 2 |
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, |