commit | 48ca24d913105a14cf6d723d45f6b39e7b7b7b77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 22:03:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 22:03:20 2022 +0100 |
tree | 660d337157ed875de20abda6e1bcc193b9df49da | |
parent | cba6952e3499f85545c274873c67bb843d3f3518 [diff] [blame] |
patch 9.0.0158: with 'nowrap' "below" property not displayed correctly Problem: With 'nowrap' "below" property not displayed correctly. Solution: Adjust virtual text with 'nowrap', do not truncate.
diff --git a/src/version.c b/src/version.c index 667b607..0a39e5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 158, +/**/ 157, /**/ 156,