summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-03 14:06:02 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-03 14:06:02 +0100
commit6b2d4ff7148e0b416ba745d20d061e6f7bb53ee7 (patch)
treea9c6ace4c2a5fafb0abe2393964d1330fe2bfe8c /src/version.c
parent8df9748edb2ac8bd025e34e06194ac210667c97a (diff)
patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' setv9.0.0646
Problem: with 'smoothscroll' set CTRL-E does not work properly when 'foldmethod' is set to "indent". (Yee Cheng Chin) Solution: Merge the code for scroling with folds and 'smoothscroll'. (closes #11262)
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 0cf367ea6f..22d431cef1 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 */
/**/
+ 646,
+/**/
645,
/**/
644,