diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-09 21:51:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-09 21:51:01 +0200 |
| commit | 6725667d31591e8025589c4c1df34469f3bfdb52 (patch) | |
| tree | edae38568202ba41dee4a49f78884da313fd114b /runtime/doc/vim_diff.txt | |
| parent | 702c94aacfdca34b71eadf753c21b3d92d886cf0 (diff) | |
| parent | 0a7e7e0ecfff2d9b261f964c0e79e6575d655218 (diff) | |
| download | rneovim-6725667d31591e8025589c4c1df34469f3bfdb52.tar.gz rneovim-6725667d31591e8025589c4c1df34469f3bfdb52.tar.bz2 rneovim-6725667d31591e8025589c4c1df34469f3bfdb52.zip | |
Merge #6991 from jdebp/tui-fixes-201707
Fix #6982
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index d906b874f0..5801da1132 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -292,6 +292,12 @@ Nvim does not have special `t_XX` options nor <t_XX> keycodes to configure 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|, for which use the +|TERM| environment variable. + *termcap* Nvim never uses the termcap database and only uses |terminfo|. See |builtin-terms| for what happens on operating systems without a terminfo @@ -346,7 +352,6 @@ Other options: 'shelltype' *'shortname'* *'sn'* *'noshortname'* *'nosn'* *'swapsync'* *'sws'* - *'term'* *E529* *E530* *E531* *'termencoding'* *'tenc'* (Vim 7.4.852 also removed this for Windows) 'textauto' 'textmode' |