aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorraichoo <raichoo@googlemail.com>2018-05-05 18:45:15 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-05-05 18:45:15 +0200
commit8ce63930484f1d41e70d8d8b5a485fb95eca242e (patch)
treef86658a72e287346e886fba2d9e10f8e1dd69bf0 /runtime
parentbcc9a74e480c91fbfa99caf04b1bc9d92c5651b0 (diff)
downloadrneovim-8ce63930484f1d41e70d8d8b5a485fb95eca242e.tar.gz
rneovim-8ce63930484f1d41e70d8d8b5a485fb95eca242e.tar.bz2
rneovim-8ce63930484f1d41e70d8d8b5a485fb95eca242e.zip
terminal: Leave 'relativenumber' alone (#8360)
ref #6796
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/nvim_terminal_emulator.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/nvim_terminal_emulator.txt
index 94e7899b6a..8c6edc0fb8 100644
--- a/runtime/doc/nvim_terminal_emulator.txt
+++ b/runtime/doc/nvim_terminal_emulator.txt
@@ -96,7 +96,6 @@ global configuration.
- 'list' is disabled
- 'wrap' is disabled
-- 'relativenumber' is disabled in |Terminal-mode| (and cannot be enabled)
You can change the defaults with a TermOpen autocommand: >
au TermOpen * setlocal list