summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-05 13:29:15 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-05 13:29:15 +0100
commitf3ef026c9897f1d2e3fba47166a4771d507dae91 (patch)
treef46f289180fb90f5c2b51479bf3f39bb9e669813 /src/version.c
parentd1955987147a299d7bca30cd1b5792535ff0745c (diff)
patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'v9.0.0664
Problem: Bad redrawing with spell checking, using "C" and "$" in 'cpo'. Solution: Do not redraw the next line when "$" is in 'cpo'. (closes #11285)
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 61f2fd23bc..ed91d277ab 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 */
/**/
+ 664,
+/**/
663,
/**/
662,