commit | 7851b1ca992222880df1314684a790f293e11896 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 16:27:38 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 16:27:38 2020 +0100 |
tree | 71631a93383bb440a41f850664ba21b562609d02 | |
parent | a9c3a30891edd7347d94298c48ea68bb5c165fd7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 94fcb60..a2a2986 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 453, +/**/ 452, /**/ 451,