extmark: refiy "Decoration" abstraction

one very important thought
This commit is contained in:
Björn Linse
2020-01-21 13:50:22 +01:00
committed by Thomas Vigouroux
parent 3acfefb63e
commit 54ce1010e8
5 changed files with 157 additions and 135 deletions

View File

@@ -2554,6 +2554,7 @@ win_line (
}
// If this line has a sign with line highlighting set line_attr.
// TODO(bfredl, vigoux): this should not take priority over decorations!
v = buf_getsigntype(wp->w_buffer, lnum, SIGN_LINEHL, 0, 1);
if (v != 0) {
line_attr = sign_get_attr((int)v, SIGN_LINEHL);