Problem: Unnecessary call to check_colorcolumn().
Solution: Remove the call. (Sean Dewar, closes #9748)
* After copying window options: update variables depending on options.
*/
void
-after_copy_winopt(win_T *wp UNUSED)
+after_copy_winopt(win_T *wp)
{
#ifdef FEAT_LINEBREAK
briopt_check(wp);
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4355,
/**/
4354,
/**/
#endif
win_init_some(newp, oldp);
-
-#ifdef FEAT_SYN_HL
- check_colorcolumn(newp);
-#endif
#ifdef FEAT_TERMINAL
term_update_wincolor(newp);
#endif