diff options
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index a4cc81a265..33b36d57bd 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6473,9 +6473,7 @@ termopen({cmd}[, {opts}]) {Nvim} *termopen()* The {opts} dict is similar to the one passed to |jobstart()|, but the `pty`, `width`, `height`, and `TERM` fields are ignored: `height`/`width` are taken from the current window - and `$TERM` is set to "xterm-256color", and it may have a - `name` field. `name`, if present, sets the buffer's name to - "term://{cwd}/{pid}:{name}". + and `$TERM` is set to "xterm-256color". Returns the same values as |jobstart()|. See |nvim-terminal-emulator| for more information. |