commit | 7e017461e21ac534f8a0d59c1165d11358c69d87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 21:02:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 21:02:09 2022 +0100 |
tree | ea89af10bbb69abf0fe0f55a23002f54ba6490e1 | |
parent | a275f2cdcc4353e7653a69c7c818422db5da599d [diff] [blame] |
patch 9.0.0725: virtual text "after" wraps to next line when 'wrap' is off Problem: Virtual text "after" wraps to next line even when 'wrap' is off and 'list' is set. Solution: Do not use the minimum width when 'wrap' is off. (issue #11336)
diff --git a/src/version.c b/src/version.c index 1af1bcb..aa5ca67 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 725, +/**/ 724, /**/ 723,