Problem: 'termkey' option not fully implemented.
Solution: Add initialisation.
to->wo_cole = from->wo_cole;
#endif
#ifdef FEAT_TERMINAL
+ to->wo_tk = vim_strsave(from->wo_tk);
to->wo_tms = vim_strsave(from->wo_tms);
#endif
#ifdef FEAT_FOLDING
check_string_option(&wop->wo_cocu);
#endif
#ifdef FEAT_TERMINAL
+ check_string_option(&wop->wo_tk);
check_string_option(&wop->wo_tms);
#endif
#ifdef FEAT_LINEBREAK
clear_string_option(&wop->wo_cocu);
#endif
#ifdef FEAT_TERMINAL
+ clear_string_option(&wop->wo_tk);
clear_string_option(&wop->wo_tms);
#endif
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 713,
/**/
712,
/**/