]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2251: ":term command" may not work without a shell 5166/head v8.1.2251
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Nov 2019 22:37:12 +0000 (23:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Nov 2019 22:37:12 +0000 (23:37 +0100)
commit197c6b7da3ad4c3e3942a553f5dbc35722a4a349
treef4369612e764bf0ba88fcac151d3d43bb866dd06
parent30efcf3d26bd14af71cd306c4c5f9e789a7130c9
patch 8.1.2251: ":term command" may not work without a shell

Problem:    ":term command" may not work without a shell.
Solution:   Add the ++shell option to :term. (closes #3340)
runtime/doc/terminal.txt
src/os_unix.c
src/proto/os_unix.pro
src/terminal.c
src/testdir/test_terminal.vim
src/version.c