summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-15 14:07:48 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-15 14:07:48 +0100
commit13cdde39520220bb856cba16626327c706752b51 (patch)
treeccfce32ead03bcbf9541bd4c50203c1bff8074f8 /src/version.c
parenteb4de629315f2682d8b314462d02422ec98d751a (diff)
downloadvim-git-13cdde39520220bb856cba16626327c706752b51.tar.gz
patch 9.0.0758: "precedes" from 'listchars' overwritten by <<<v9.0.0758
Problem: "precedes" from 'listchars' overwritten by <<< for 'smoothscroll'. Solution: Keep the "precedes" character.
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 3211c530c..b5dc88fdb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 758,
+/**/
757,
/**/
756,