summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-03 23:37:12 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-03 23:37:12 +0100
commit197c6b7da3ad4c3e3942a553f5dbc35722a4a349 (patch)
treef4369612e764bf0ba88fcac151d3d43bb866dd06 /runtime/doc
parent30efcf3d26bd14af71cd306c4c5f9e789a7130c9 (diff)
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/doc')
-rw-r--r--runtime/doc/terminal.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index db126deb69..7b40bf2322 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.