diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-04-20 22:36:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-04-20 22:36:41 +0200 |
commit | 7dda86f2ff35bb80afce4da24782fd58216bbe50 (patch) | |
tree | 3fe382cfac41a8f9270bd126141c1aa6230868bb /runtime/doc/quickref.txt | |
parent | 6176697203b0f168f4566597e15d8488b62ad490 (diff) | |
download | vim-git-7dda86f2ff35bb80afce4da24782fd58216bbe50.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 29000bf45..8ec74e044 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.0. Last change: 2018 Feb 11 +*quickref.txt* For Vim version 8.0. Last change: 2018 Apr 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -927,8 +927,9 @@ Short explanation of each option: *option-list* 'termbidi' 'tbidi' terminal takes care of bi-directionality 'termencoding' 'tenc' character encoding used by the terminal 'termguicolors' 'tgc' use GUI colors for the terminal -'termkey' 'tk' key that precedes a Vim command in a terminal -'termsize' 'tms' size of a terminal window +'termwinkey' 'twk' key that precedes a Vim command in a terminal +'termwinscroll' 'twsl' max number of scrollback lines in a terminal window +'termwinsize' 'tws' size of a terminal window 'terse' shorten some messages 'textauto' 'ta' obsolete, use 'fileformats' 'textmode' 'tx' obsolete, use 'fileformat' |