commit | 1306b36a7b63c33b8948a78c71feb087cf83a39d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 15:59:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 15:59:06 2022 +0100 |
tree | e81373fc52cfd6834e86513022f028cea1ce5514 | |
parent | e2086350d3043fe4e7fece3754d454249459d5c4 [diff] [blame] |
patch 9.0.0153: no fold and sign column for virtual text with "below" align Problem: No fold and sign column for virtual text with "below" align and 'nowrap'. Solution: Go back to draw state WL_START when moving to the next line. (closes #10851)
diff --git a/src/version.c b/src/version.c index feb3c4a..c769d91 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 153, +/**/ 152, /**/ 151,