aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-08-31 07:24:25 -0700
committerGitHub <noreply@github.com>2021-08-31 07:24:25 -0700
commit284199bc4bf36bb74c481da9c8b2a43c1bbbeb51 (patch)
tree336bf2b82126e5efa3d6f149d4a6026ef1a24d54 /runtime
parent9695691ee4868ea9fdd8a6d84b9980fc22c77aa3 (diff)
parent3c081d028062f793b63b8689f854bbea30e15752 (diff)
downloadrneovim-284199bc4bf36bb74c481da9c8b2a43c1bbbeb51.tar.gz
rneovim-284199bc4bf36bb74c481da9c8b2a43c1bbbeb51.tar.bz2
rneovim-284199bc4bf36bb74c481da9c8b2a43c1bbbeb51.zip
Merge #15402 fix(terminal): close without ! if the job is stopped
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/nvim_terminal_emulator.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
index e0589ba7b8..0bf58f85fc 100644
--- a/runtime/doc/nvim_terminal_emulator.txt
+++ b/runtime/doc/nvim_terminal_emulator.txt
@@ -13,7 +13,7 @@ from the connected program.
Terminal buffers behave like normal buffers, except:
- With 'modifiable', lines can be edited but not deleted.
- 'scrollback' controls how many lines are kept.
-- Output is followed if the cursor is on the last line.
+- Output is followed ("tailed") if cursor is on the last line.
- 'modified' is the default. You can set 'nomodified' to avoid a warning when
closing the terminal buffer.
- 'bufhidden' defaults to "hide".