diff runtime/doc/starting.txt @ 1989:1fbbe04a950f v7.2.286

updated for version 7.2-286
author vimboss
date Wed, 11 Nov 2009 13:22:11 +0000
parents 82f866f19e91
children de5a43c5eedc
line wrap: on
line diff
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -144,12 +144,13 @@ a slash.  Thus "-R" means recovery and "
 			-u NORC			no		    yes
 			--noplugin		yes		    no
 
---startuptime={fname}					*--startuptime*
+--startuptime {fname}					*--startuptime*
 		During startup write timing messages to the file {fname}.
 		This can be used to find out where time is spent while loading
-		your .vimrc and plugins.
+		your .vimrc, plugins and opening the first file.
 		When {fname} already exists new messages are appended.
-		{only when compiled with this feature}
+		(Only available when compiled with the |+startuptime|
+		feature).
 
 							*--literal*
 --literal	Take file names literally, don't expand wildcards.  Not needed