Merge #6597 'winhighlight'

This commit is contained in:
Justin M. Keyes
2017-05-08 16:17:57 +02:00
12 changed files with 460 additions and 28 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);
}
/*