diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-22 22:33:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-22 22:33:02 +0200 |
commit | 50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e (patch) | |
tree | d2eeeb618935c8cbd3d05f2d1b771d49b346d9b7 /runtime/doc/options.txt | |
parent | 9e02cfa226b2577ec867b544a1a450a428a19880 (diff) | |
download | vim-git-50ba526fbf3e9e5e0e6b0b3086a4d5df581ebc7e.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index c316c19e3..a17e1959f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 8.0. Last change: 2016 Sep 13 +*options.txt* For Vim version 8.0. Last change: 2016 Sep 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -6185,7 +6185,7 @@ A jump table for the options with a short description can be found at |Q_op|. NOTE: This option is set to 1 when 'compatible' is set. *'scrolloff'* *'so'* -'scrolloff' 'so' number (default 0) +'scrolloff' 'so' number (default 0, set to 5 in |defaults.vim|) global {not in Vi} Minimal number of screen lines to keep above and below the cursor. @@ -7687,7 +7687,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'timeout' 'to' boolean (default on) global *'ttimeout'* *'nottimeout'* -'ttimeout' boolean (default off) +'ttimeout' boolean (default off, set in |defaults.vim|)) global {not in Vi} These two options together determine the behavior when part of a @@ -7722,7 +7722,7 @@ A jump table for the options with a short description can be found at |Q_op|. global {not in all versions of Vi} *'ttimeoutlen'* *'ttm'* -'ttimeoutlen' 'ttm' number (default -1) +'ttimeoutlen' 'ttm' number (default -1, set to 100 in |defaults.vim|)) global {not in Vi} The time in milliseconds that is waited for a key code or mapped key |