commit | 9113c2cd19c72c0973ee5dc095a0a7f03f2af344 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 20:17:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 20:17:34 2022 +0100 |
tree | 60f81d11aabff26ee162252f6d08ae7354a61f9e | |
parent | 8f369fb1ab7debeeda0fec69c379c528d162d9c5 [diff] [blame] |
patch 9.0.0201: CursorLine highlight overrules virtual text highlight Problem: CursorLine highlight overrules virtual text highlight. Solution: Let extra attribute overrule line attribute. (closes #10909)
diff --git a/src/version.c b/src/version.c index 0c7a102..1a41dd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 201, +/**/ 200, /**/ 199,