diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:32:54 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:37:13 +0100 |
commit | 884ac811355fc4e16bb73798bc5329f41499e3cd (patch) | |
tree | 8377004ecd027eed631f3977c8f7750a8e4ec361 /runtime/doc/quickref.txt | |
parent | 93a85bdd8a9f5086eb205a3235ec17acc0bf498c (diff) | |
download | rneovim-884ac811355fc4e16bb73798bc5329f41499e3cd.tar.gz rneovim-884ac811355fc4e16bb73798bc5329f41499e3cd.tar.bz2 rneovim-884ac811355fc4e16bb73798bc5329f41499e3cd.zip |
vim-patch:675e8d6adb88
Update runtime files.
https://github.com/vim/vim/commit/675e8d6adb88d5b38087870dfda51c0205070741
---
NA:
vim-patch:ffd112edc6a8
Fix missing patch number.
https://github.com/vim/vim/commit/ffd112edc6a8f72b66c06207bff4431f6aec7b6f
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index fa770b4a61..2de667ef1c 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -908,6 +908,8 @@ Short explanation of each option: *option-list* 'undoreload' 'ur' max nr of lines to save for undo on a buffer reload 'updatecount' 'uc' after this many characters flush swap file 'updatetime' 'ut' after this many milliseconds flush swap file +'varsofttabstop' 'vsts' a list of number of spaces when typing <Tab> +'vartabstop' 'vts' a list of number of spaces for <Tab>s 'verbose' 'vbs' give informative messages 'verbosefile' 'vfile' file to write messages in 'viewdir' 'vdir' directory where to store files with :mkview |