commit | 13cdde39520220bb856cba16626327c706752b51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 14:07:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 14:07:48 2022 +0100 |
tree | ccfce32ead03bcbf9541bd4c50203c1bff8074f8 | |
parent | eb4de629315f2682d8b314462d02422ec98d751a [diff] [blame] |
patch 9.0.0758: "precedes" from 'listchars' overwritten by <<< Problem: "precedes" from 'listchars' overwritten by <<< for 'smoothscroll'. Solution: Keep the "precedes" character.
diff --git a/src/version.c b/src/version.c index 3211c53..b5dc88f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 758, +/**/ 757, /**/ 756,