diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-31 21:41:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-31 21:41:05 +0200 |
commit | 7dd64a3e57d296fdee3b3ffe6d938f634b59848c (patch) | |
tree | 0baa47fd1e15cea1ecc5963187ad38c3aa07ab20 /runtime/doc/quickref.txt | |
parent | c28cb5b16df76353a5995fda3b9341612b8630c1 (diff) | |
download | vim-git-7dd64a3e57d296fdee3b3ffe6d938f634b59848c.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 c2241992c..168e78522 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.1. Last change: 2019 May 24 +*quickref.txt* For Vim version 8.1. Last change: 2019 May 31 VIM REFERENCE MANUAL by Bram Moolenaar @@ -982,6 +982,7 @@ Short explanation of each option: *option-list* 'wildmode' 'wim' mode for 'wildchar' command-line expansion 'wildoptions' 'wop' specifies how command line completion is done 'winaltkeys' 'wak' when the windows system handles ALT keys +'wincolor' 'wcr' window-local highlighting 'window' 'wi' nr of lines to scroll for CTRL-F and CTRL-B 'winheight' 'wh' minimum number of lines for the current window 'winfixheight' 'wfh' keep window height when opening/closing windows |