commit | ccf2837a05cef0ea4913ebff4f2f6000bc050271 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 21:10:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 21:10:03 2022 +0100 |
tree | 8b6923e28dd3fa10392f4c342ced3445c4121c2a | |
parent | d3283fba2593d093593fc692702aabfaa2a68523 [diff] [blame] |
patch 9.0.0718: extra empty line between two virtual text "below" Problem: Extra empty line between two virtual text "below" when 'wrap' and 'number' are set. Solution: Reset "before" when there is no text in the screen line. (closes #11334)
diff --git a/src/version.c b/src/version.c index f33673e..ac3b567 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 718, +/**/ 717, /**/ 716,