commit | 3ec3b8e92da8299bcbfd851fa76fccf5403e4097 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 21:39:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 21:39:30 2022 +0100 |
tree | 83728edfb8f4190da1fd69c6c77e6ba2a6121b1e | |
parent | 50e75fe8d8c8ab262ab5b11d1498e5628044e07c [diff] [blame] |
patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayed Problem: A "below" aligned text property gets 'showbreak' displayed. Solution: Do not use 'showbreak' before or in virtual text. (issue #10851)
diff --git a/src/version.c b/src/version.c index fcee222..e32b809 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 148, +/**/ 147, /**/ 146,