fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)

Fixes: #22127
This commit is contained in:
Lewis Russell
2023-02-05 23:49:43 +00:00
committed by GitHub
parent 7963a160e9
commit 228684d2fb
4 changed files with 25 additions and 5 deletions

View File

@@ -838,6 +838,7 @@ struct file_buffer {
Map(uint32_t, uint32_t) b_extmark_ns[1]; // extmark namespaces
size_t b_virt_line_blocks; // number of virt_line blocks
size_t b_signs; // number of sign extmarks
size_t b_signs_with_text; // number of sign extmarks with text
// array of channel_id:s which have asked to receive updates for this
// buffer.