commit | 1206c163dbc8caace86e53f375f298af6cfab75a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 15:40:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 15:40:04 2022 +0100 |
tree | 19a25b91dd905d1e02cd997518e08291ccb574bb | |
parent | c601d988b6b1a672f71e3d61f4aaa4f7742a3a21 [diff] [blame] |
patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctly Problem: With 'nowrap' two virtual text below not displayed correctly. Solution: Set text_prop_follows before continuing. Correct for number column. (closes #11333)
diff --git a/src/version.c b/src/version.c index 2b57f7d..772267e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 714, +/**/ 713, /**/ 712,