diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 06:41:58 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 16:20:22 +0200 |
commit | c6e4a29ad2fe1d0ab20ec9b46dfcd525b788527f (patch) | |
tree | 0831b10ce998eb7a06f15474b2f91d616b8a9b36 /runtime/doc/quickref.txt | |
parent | 4ea83236670825a52e3a046847bbe96239d75394 (diff) | |
download | rneovim-c6e4a29ad2fe1d0ab20ec9b46dfcd525b788527f.tar.gz rneovim-c6e4a29ad2fe1d0ab20ec9b46dfcd525b788527f.tar.bz2 rneovim-c6e4a29ad2fe1d0ab20ec9b46dfcd525b788527f.zip |
vim-patch:7dd64a3e57d2
Update runtime files.
https://github.com/vim/vim/commit/7dd64a3e57d296fdee3b3ffe6d938f634b59848c
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 8712e37f77..f5f8532934 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -928,6 +928,7 @@ Short explanation of each option: *option-list* 'winaltkeys' 'wak' when the windows system handles ALT keys 'window' 'wi' nr of lines to scroll for CTRL-F and CTRL-B 'winheight' 'wh' minimum number of lines for the current window +'winhighlight' 'winhl' window-local highlighting 'winfixheight' 'wfh' keep window height when opening/closing windows 'winfixwidth' 'wfw' keep window width when opening/closing windows 'winminheight' 'wmh' minimum number of lines for any window |