commit | fc1b2d0961ad963e6337c25efe082f4c526aca5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 16 22:12:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 16 22:12:57 2022 +0000 |
tree | eb026bb8940da9a8ba39d87460dbb389fea211ef | |
parent | 1573e73f1c743d6792de8ee4b6f5b99545ebd3fb [diff] [blame] |
patch 9.0.0891: virtual text below after match has wrong highlight Problem: Virtual text below after match has wrong highlight. Solution: Restore search_attr only after the virtual text. (closes #11446)
diff --git a/src/version.c b/src/version.c index 927f9c0..0423d0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 891, +/**/ 890, /**/ 889,