commit | cba6952e3499f85545c274873c67bb843d3f3518 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 21:03:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 21:03:53 2022 +0100 |
tree | 706eaad538e2e5cb88380d210f3690743325a3fa | |
parent | 3f74c0ab32de7ed17dd16d9b06f5455a0bb1c297 [diff] [blame] |
patch 9.0.0157: 'showbreak' displayed below truncated "after" text prop Problem: 'showbreak' displayed below truncated "after" text prop. Solution: Suppress 'showbreak' when "after" prop doesn't wrap.
diff --git a/src/version.c b/src/version.c index 196f3e6..667b607 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 157, +/**/ 156, /**/ 155,