commit | f167c7b42476f8ab5b32c3c5ccbdca914316e96b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 21:53:58 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 21:53:58 2022 +0100 |
tree | 30120a4fd000882fbfdc8dc37ef32f63246c61b3 | |
parent | 15b314ffbb93f934b72cb71aa8f881caea026256 [diff] [blame] |
patch 9.0.0709: virtual text "after" not correct with 'nowrap' Problem: Virtual text "after" not correct with 'nowrap'. Solution: Do not display "after" text prop on the next line when 'wrap' is off.
diff --git a/src/version.c b/src/version.c index 7bd0286..765f6df 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 709, +/**/ 708, /**/ 707,