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 81bdd6a commit c4f43bcCopy full SHA for c4f43bc
2 files changed
src/option.c
@@ -7465,7 +7465,7 @@ did_set_string_option(
7465
7466
#ifdef FEAT_TERMINAL
7467
/* 'termkey' */
7468
- else if (varp == &curwin->w_p_tms)
+ else if (varp == &curwin->w_p_tk)
7469
{
7470
if (*curwin->w_p_tk != NUL && string_to_key(curwin->w_p_tk, TRUE) == 0)
7471
errmsg = e_invarg;
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 766,
774
/**/
775
765,
776
0 commit comments