commit | 2fdc9b541918237168ca05ac09eb4bb245e5c6c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 15:59:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 15:59:22 2022 +0100 |
tree | dbdf105971bd77c7cbeccb0ce560a69cf03b840e | |
parent | a22c56a59a1e60f6976e61d16001623424a26b3a [diff] [blame] |
patch 9.0.0515: virtual text highlight starts too early when 'number' is set Problem: Virtual text highlight starts too early when 'number' is set. Solution: Set column offset when wrapping. (issue #11138)
diff --git a/src/version.c b/src/version.c index 74253e3..9d26c3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 515, +/**/ 514, /**/ 513,