mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
options: consolidate updates for window string options affected by copy_winopt
update note at options.c head about window options
This commit is contained in:
@@ -2316,7 +2316,7 @@ void get_winopts(buf_T *buf)
|
||||
/* Set 'foldlevel' to 'foldlevelstart' if it's not negative. */
|
||||
if (p_fdls >= 0)
|
||||
curwin->w_p_fdl = p_fdls;
|
||||
check_colorcolumn(curwin);
|
||||
didset_window_options(curwin);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user