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:
Björn Linse
2017-05-05 10:40:32 +02:00
parent 631d55ada0
commit 443399c27d
3 changed files with 12 additions and 3 deletions

View File

@@ -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);
}
/*