commit | f3ef026c9897f1d2e3fba47166a4771d507dae91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 13:29:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 05 13:29:15 2022 +0100 |
tree | f46f289180fb90f5c2b51479bf3f39bb9e669813 | |
parent | d1955987147a299d7bca30cd1b5792535ff0745c [diff] [blame] |
patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo' Problem: Bad redrawing with spell checking, using "C" and "$" in 'cpo'. Solution: Do not redraw the next line when "$" is in 'cpo'. (closes #11285)
diff --git a/src/version.c b/src/version.c index 61f2fd2..ed91d27 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 664, +/**/ 663, /**/ 662,