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 bde14d8 commit 18085faCopy full SHA for 18085fa
src/term.c
@@ -1483,7 +1483,7 @@ parse_builtin_tcap(char_u *term)
1483
if (term_7to8bit(t))
1484
{
1485
*t = term_7to8bit(t);
1486
- STRCPY(t + 1, t + 2);
+ STRMOVE(t + 1, t + 2);
1487
}
1488
term_strings[p->bt_entry] = s;
1489
set_term_option_alloced(&term_strings[p->bt_entry]);
src/version.c
@@ -789,6 +789,8 @@ static char *(features[]) =
789
790
static int included_patches[] =
791
{ /* Add new patch number below this line */
792
+/**/
793
+ 176,
794
/**/
795
175,
796
0 commit comments