diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:57:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:57:44 +0200 |
commit | 365bdf7a7b2e28624186eed398af542cb9cc3fdb (patch) | |
tree | 4a5d64d365110ace6688e3ec69549af1af65383e /runtime/doc/quickref.txt | |
parent | eb80f04f6e59b958f8c97d19c92946a5014b896f (diff) | |
download | vim-git-365bdf7a7b2e28624186eed398af542cb9cc3fdb.tar.gz |
More runtime file updates.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index d02c944c2..a68a1748d 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.3b. Last change: 2010 Jul 22 +*quickref.txt* For Vim version 7.3b. Last change: 2010 Jul 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -918,6 +918,7 @@ Short explanation of each option: *option-list* 'undodir' 'udir' where to store undo files 'undofile' 'udf' save undo information in a file 'undolevels' 'ul' maximum number of changes that can be undone +'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 'verbose' 'vbs' give informative messages @@ -937,6 +938,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 +'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 'winfixwidth' 'wfw' keep window width when opening/closing windows |