mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)
Fixes: #22127
This commit is contained in:
@@ -152,6 +152,7 @@ revised:
|
||||
buf->b_signs++;
|
||||
}
|
||||
if (decor->sign_text) {
|
||||
buf->b_signs_with_text++;
|
||||
// TODO(lewis6991): smarter invalidation
|
||||
buf_signcols_add_check(buf, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user