diff options
Diffstat (limited to 'runtime/doc/nvim_terminal_emulator.txt')
-rw-r--r-- | runtime/doc/nvim_terminal_emulator.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt index 8c6edc0fb8..cdcb61404f 100644 --- a/runtime/doc/nvim_terminal_emulator.txt +++ b/runtime/doc/nvim_terminal_emulator.txt @@ -118,8 +118,6 @@ variables: running in the terminal can set this title via an escape sequence. - |'channel'| The nvim channel ID for the underlying PTY. |chansend()| can be used to send input to the terminal. -- *b:terminal_job_pid* The PID of the top-level process running in the - terminal. These variables are initialized before TermOpen, so you can use them in a local 'statusline'. Example: > |