mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
extmark: refiy "Decoration" abstraction
one very important thought
This commit is contained in:

committed by
Thomas Vigouroux

parent
3acfefb63e
commit
54ce1010e8
@@ -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);
|
||||
|
Reference in New Issue
Block a user