diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-30 15:13:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-30 15:13:38 +0200 |
commit | 06481427005a9dae39721087df94855f7d4d1feb (patch) | |
tree | 1fecc2ac5af171492d02dcc073671562ce6d121d /runtime/doc/quickref.txt | |
parent | 4cc39a527fecc96ad6639f10c9389c66af828cf1 (diff) | |
download | vim-git-06481427005a9dae39721087df94855f7d4d1feb.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index f42ea82f0..f3b11c93e 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.4. Last change: 2016 Mar 30 +*quickref.txt* For Vim version 7.4. Last change: 2016 Apr 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -915,6 +915,7 @@ Short explanation of each option: *option-list* 'term' name of the terminal 'termbidi' 'tbidi' terminal takes care of bi-directionality 'termencoding' 'tenc' character encoding used by the terminal +'termguicolors' 'tgc' use GUI colors for the terminal 'terse' shorten some messages 'textauto' 'ta' obsolete, use 'fileformats' 'textmode' 'tx' obsolete, use 'fileformat' |