forked from aniani/vim
patch 9.0.0516: virtual text "above" highlights gap after it
Problem: Virtual text "above" highlights gap after it. Solution: Do not highlight the gap. (closes #11138)
This commit is contained in:
@@ -440,7 +440,7 @@ text_prop_position(
|
||||
*n_extra = n_used + before + after + padding;
|
||||
*n_attr = mb_charlen(*p_extra);
|
||||
if (above)
|
||||
*n_attr -= padding;
|
||||
*n_attr -= padding + after;
|
||||
*n_attr_skip = before + padding + col_off;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user