commit | 6ac16f0c0fe923098b9df5ac430f1923045f16ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 22:42:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 22:42:29 2022 +0000 |
tree | 0608841abbbab73d73941f63163a2a845403d19c | |
parent | d330e8422d1c4670a241ce8ebde4c37918538dce [diff] [blame] |
patch 9.0.0944: 'cursorline' causes virtual text highlight to continue Problem: 'cursorline' causes virtual text highlight to continue. Solution: Save and restore line_attr. (closes #11588)
diff --git a/src/version.c b/src/version.c index f602fe3..b234cce 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 944, +/**/ 943, /**/ 942,