commit | 1d8844aa59416dd306912b5563b8e928dfd387ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 13:39:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 13:39:35 2022 +0100 |
tree | 9d5e2b69de159ff399f6ac377db5dc766ef39105 | |
parent | 52de3a8d3943520bbd4e5e40a4c43fcc7182dac0 [diff] [blame] |
patch 9.0.0184: virtual text prop highlight continues after truncation Problem: Virtual text prop highlight continues after truncation. Solution: Recompute the length of attributes.
diff --git a/src/version.c b/src/version.c index 582cb36..27503b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 184, +/**/ 183, /**/ 182,