]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1979: "term_opencmd" option of term_start() is truncated v8.2.1979
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Nov 2020 14:12:15 +0000 (15:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Nov 2020 14:12:15 +0000 (15:12 +0100)
commit47c5ea44b975adca00eaacecee5c4108996178d9
treef34ffda43557f6eeb8e1ddf5cfd02a775f2d421e
parent957cf67d50516ba98716f59c9e1cb6412ec1535d
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)
src/terminal.c
src/testdir/test_terminal.vim
src/version.c