mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +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
|
// Check if we need to redraw
|
||||||
if (signcols != buf->b_signcols.size) {
|
if (signcols != buf->b_signcols.size) {
|
||||||
buf->b_signcols.size = signcols;
|
buf->b_signcols.size = signcols;
|
||||||
buf->b_signcols.max = max;
|
|
||||||
redraw_buf_later(buf, UPD_NOT_VALID);
|
redraw_buf_later(buf, UPD_NOT_VALID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buf->b_signcols.max = max;
|
||||||
buf->b_signcols.valid = true;
|
buf->b_signcols.valid = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user