commit | ee28c707e474682151554499874fc7bfb53360cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 14:56:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 14:56:00 2022 +0000 |
tree | d059a44f530de1c90d59d3d979dfbb38b2629ef3 | |
parent | 01ee52bab6041450095c53f9469b1b266a7e3d4d [diff] [blame] |
patch 9.0.0894: virtual text property highlight ignores window background Problem: Virtual text property highlight ignores window background. Solution: Combine text prop attribute with win_attr into extra_attr. (closes #11462)
diff --git a/src/version.c b/src/version.c index cfdd33a..f4e9ee1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 894, +/**/ 893, /**/ 892,