From b5e713e70d2db3017e9582c6165f2f62eb112826 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 31 Jul 2017 02:50:34 +0200 Subject: options: remove ghost of `:set termcap` (#7102) Closes #6763 --- runtime/doc/vim_diff.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 23d597e333..1f94a45c74 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -299,13 +299,10 @@ example, 'guicursor' sets the terminal cursor style if possible. *'term'* *E529* *E530* *E531* The 'term' option has a fixed value, present only for script compatibility and intentionally not the same as any known terminal type name. It should be a -rare case in Nvim where one needs |term-dependent-settings|, for which use the -|TERM| environment variable. +rare case in Nvim where one needs |term-dependent-settings|. *termcap* -Nvim never uses the termcap database and only uses |terminfo|. See -|builtin-terms| for what happens on operating systems without a terminfo -database. +Nvim never uses the termcap database, only |terminfo| and |builtin-terms|. *xterm-8bit* *xterm-8-bit* Xterm can be run in a mode where it uses true 8-bit CSI. Supporting this -- cgit