1
0
forked from aniani/vim

patch 8.2.1979: "term_opencmd" option of term_start() is truncated

Problem:    "term_opencmd" option of term_start() is truncated. (Sergey
            Vlasov)
Solution:   Allocate the buffer to hold the command. (closes #7284)
This commit is contained in:
Bram Moolenaar
2020-11-12 15:12:15 +01:00
parent 957cf67d50
commit 47c5ea44b9
3 changed files with 17 additions and 9 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1979,
/**/
1978,
/**/