We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30590d commit 360bdbdCopy full SHA for 360bdbd
2 files changed
src/terminal.c
@@ -6925,8 +6925,6 @@ term_and_job_init(
6925
jobopt_T *orig_opt UNUSED)
6926
{
6927
term->tl_arg0_cmd = NULL;
6928
- if (opt->jo_set2 & JO2_TERM_HIGHLIGHT)
6929
- term->tl_highlight_name = vim_strsave(opt->jo_term_highlight);
6930
6931
if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL)
6932
return FAIL;
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 472,
743
/**/
744
471,
745
0 commit comments