mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
refactor(signcol): store signcol in win_T
This commit is contained in:
@@ -1354,6 +1354,7 @@ struct window_S {
|
||||
// recomputed
|
||||
int w_nrwidth; // width of 'number' and 'relativenumber'
|
||||
// column being used
|
||||
int w_scwidth; // width of 'signcolumn'
|
||||
|
||||
/*
|
||||
* === end of cached values ===
|
||||
|
Reference in New Issue
Block a user