mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
Merge pull request #11716 from teto/folds_auto_backup
[RFC] foldcolumn autowidth
This commit is contained in:
@@ -1744,7 +1744,7 @@ static int advance_color_col(int vcol, int **color_cols)
|
||||
// space is available for window "wp", minus "col".
|
||||
static int compute_foldcolumn(win_T *wp, int col)
|
||||
{
|
||||
int fdc = wp->w_p_fdc;
|
||||
int fdc = win_fdccol_count(wp);
|
||||
int wmw = wp == curwin && p_wmw == 0 ? 1 : p_wmw;
|
||||
int wwidth = wp->w_grid.Columns;
|
||||
|
||||
|
Reference in New Issue
Block a user