diff runtime/doc/quickref.txt @ 2398:0c8219a26bc9 vim73

More runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 20:57:44 +0200
parents 85b7dc8da5eb
children f766a1c87f69
line wrap: on
line diff
--- 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:		*opti
 '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:		*opti
 '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