diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-03 23:37:12 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-03 23:37:12 +0100 |
commit | 197c6b7da3ad4c3e3942a553f5dbc35722a4a349 (patch) | |
tree | f4369612e764bf0ba88fcac151d3d43bb866dd06 /runtime | |
parent | 30efcf3d26bd14af71cd306c4c5f9e789a7130c9 (diff) | |
download | vim-git-197c6b7da3ad4c3e3942a553f5dbc35722a4a349.tar.gz |
patch 8.1.2251: ":term command" may not work without a shellv8.1.2251
Problem: ":term command" may not work without a shell.
Solution: Add the ++shell option to :term. (closes #3340)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/terminal.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index db126deb6..7b40bf232 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -210,6 +210,10 @@ Command syntax ~ no window will be used. ++norestore Do not include this terminal window in a session file. + ++shell Instead of executing {command} + directly, use a shell, like with + `:!command` *E279* + {only works on Unix currently} ++kill={how} When trying to close the terminal window kill the job with {how}. See |term_setkill()| for the values. |