diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-27 22:07:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 22:07:23 +0100 |
commit | d109f5645bac1ff780385ff84b269e79b6f21020 (patch) | |
tree | dc1e94aad2610394d900d20fb0524fb96ceedbce /runtime/doc/vim_diff.txt | |
parent | e3c4c8a90e04316d1290729f6952a89ea2733cb6 (diff) | |
parent | 6cf186edb5dec13bc7f4cd57be726d124af578de (diff) | |
download | rneovim-d109f5645bac1ff780385ff84b269e79b6f21020.tar.gz rneovim-d109f5645bac1ff780385ff84b269e79b6f21020.tar.bz2 rneovim-d109f5645bac1ff780385ff84b269e79b6f21020.zip |
Merge #7640 'term' option
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 026ff6a0fb..c8155f7a68 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -333,9 +333,11 @@ terminal capabilities. Instead Nvim treats the terminal as any other UI. For 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|. +'term' reflects the terminal type derived from |$TERM| and other environment +checks. For debugging only; not reliable during startup. > + :echo &term +"builtin_x" means one of the |builtin-terms| was chosen, because the expected +terminfo file was not found on the system. *termcap* Nvim never uses the termcap database, only |terminfo| and |builtin-terms|. |