refactor(signcol): store signcol in win_T

This commit is contained in:
Lewis Russell
2022-02-20 17:34:10 +00:00
parent e67cd22c38
commit eb6e5d0991
2 changed files with 8 additions and 8 deletions

View File

@@ -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 ===