commit | b84d565c623c00ca40bb4c1269a6860f780dda09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 17:57:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 17:57:53 2022 +0100 |
tree | 5c18d1906e5a916f306738b89187c6c12e23d773 | |
parent | 320d910064320f894a09ffdd1cd800ff5371e97f [diff] [blame] |
patch 9.0.0518: virtual text highlight starts too early with 'nowrap' Problem: Virtual text highlight starts too early with 'nowrap' and 'number' set. Solution: Add the offset to the attribute skip count. (issue #11138)
diff --git a/src/version.c b/src/version.c index 684f959..05dc50c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 518, +/**/ 517, /**/ 516,