commit | 25463610dfc7a4984f70b030463fb98b09772ad9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 11:07:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 11:07:47 2022 +0100 |
tree | 3f0669adf485a5a8b00c48c036ad8a14fcce86de | |
parent | 38ea2733b4dd8e9bfc4a5bb5c11cb661bf000c4e [diff] [blame] |
patch 9.0.0168: cursor positioned wrong with two virtual text properties Problem: Cursor positioned wrong with two virtual text properties close together. (Ben Jackson) Solution: Add the original size, not the computed one. (closes #10864)
diff --git a/src/version.c b/src/version.c index 4bab4a5..2f34ffe 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 168, +/**/ 167, /**/ 166,