diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:03:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:03:35 +0200 |
commit | 911ead126903aeb9564bad89e46a147ed4959896 (patch) | |
tree | 6ae55dbff0ea4728da9dcca02b960f5ec1af6615 /runtime/doc/term.txt | |
parent | ad3ec76bb8030b9a1d3f0a49c374d0de2383b977 (diff) | |
download | vim-git-911ead126903aeb9564bad89e46a147ed4959896.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 024b7a7cd..dc92418a6 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 8.1. Last change: 2019 Jan 19 +*term.txt* For Vim version 8.1. Last change: 2019 Apr 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -539,7 +539,7 @@ there should be a tick at allow-window-ops. Note about colors: The 't_Co' option tells Vim the number of colors available. When it is non-zero, the 't_AB' and 't_AF' options are used to set the color. If one of these is not available, 't_Sb' and 't_Sf' are used. 't_me' is used -to reset to the default colors. +to reset to the default colors. Also see 'termguicolors'. *termcap-cursor-shape* *termcap-cursor-color* When Vim enters Insert mode the 't_SI' escape sequence is sent. When Vim |