1
0
forked from aniani/vim

patch 8.2.0453: trailing space in job_start() command causes empty argument

Problem:    Trailing space in job_start() command causes empty argument.
Solution:   Ignore trailing space. (closes #5851)
This commit is contained in:
Bram Moolenaar
2020-03-26 16:27:38 +01:00
parent a9c3a30891
commit 7851b1ca99
3 changed files with 16 additions and 6 deletions

View File

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