commit | 47c5ea44b975adca00eaacecee5c4108996178d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 12 15:12:15 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 12 15:12:15 2020 +0100 |
tree | f34ffda43557f6eeb8e1ddf5cfd02a775f2d421e | |
parent | 957cf67d50516ba98716f59c9e1cb6412ec1535d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index caf4db8..bb33bcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1979, +/**/ 1978, /**/ 1977,