mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
committed by
Lewis Russell
parent
585eeacb24
commit
e89071522c
@ -4096,10 +4096,10 @@ int buf_signcols(buf_T *buf, int max)
|
||||
// Check if we need to redraw
|
||||
if (signcols != buf->b_signcols.size) {
|
||||
buf->b_signcols.size = signcols;
|
||||
buf->b_signcols.max = max;
|
||||
redraw_buf_later(buf, UPD_NOT_VALID);
|
||||
}
|
||||
|
||||
buf->b_signcols.max = max;
|
||||
buf->b_signcols.valid = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user