aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-02-06 09:06:34 -0500
committerGitHub <noreply@github.com>2021-02-06 09:06:34 -0500
commite455f0ba2dc278e4374098c60afa79e1abd3bd3b (patch)
treeec721c684c925dac096b5a6885e0cf9015538383 /runtime
parentf4f6cce952c1233136f243e76d096e3aaa0b1689 (diff)
parent33f92fe025dc326020fbb953f8c042711016fea8 (diff)
downloadrneovim-e455f0ba2dc278e4374098c60afa79e1abd3bd3b.tar.gz
rneovim-e455f0ba2dc278e4374098c60afa79e1abd3bd3b.tar.bz2
rneovim-e455f0ba2dc278e4374098c60afa79e1abd3bd3b.zip
Merge pull request #13876 from jamessan/pty-term
fix(pty): Always use $TERM from the job's env dict
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 384bdd63a4..0343998fe8 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5607,7 +5607,6 @@ jobstart({cmd}[, {opts}]) *jobstart()*
before invoking `on_stderr`. |channel-buffered|
stdout_buffered: (boolean) Collect data until EOF (stream
closed) before invoking `on_stdout`. |channel-buffered|
- TERM: (string) Sets the `pty` $TERM environment variable.
width: (number) Width of the `pty` terminal.
{opts} is passed as |self| dictionary to the callback; the