commit | 75008661821eee6989476908feaf64a9dea03e05 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 22:40:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 22:40:56 2022 +0100 |
tree | 8305766a531acf1012ff66d3efc618bb9a63b2a1 | |
parent | 18b3500b8c517e44c23197e558aa36aed1c6916c [diff] [blame] |
patch 9.0.0662: concealed characters do not work correctly Problem: Concealed characters do not work correctly. Solution: Subtract boguscols instead of adding them. (closes #11273)
diff --git a/src/version.c b/src/version.c index e9cc0ec..540ea37 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 662, +/**/ 661, /**/ 660,