summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-11-11 13:22:11 +0000
committerBram Moolenaar <Bram@vim.org>2009-11-11 13:22:11 +0000
commitef94eec64431f053ac868f3c19d389057cf97772 (patch)
tree7cc708a076c6022937e83feb8263d24fe3596908 /runtime
parent76675565acc95e5b434e79213ffd3e995dabfbb5 (diff)
updated for version 7.2-286v7.2.286
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt1
-rw-r--r--runtime/doc/starting.txt7
-rw-r--r--runtime/doc/various.txt1
3 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 6a57ae524e..ba498af2f7 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5869,6 +5869,7 @@ showcmd Compiled with 'showcmd' support.
signs Compiled with |:sign| support.
smartindent Compiled with 'smartindent' support.
sniff Compiled with SNiFF interface support.
+startuptime Compiled with |--startuptime| support.
statusline Compiled with support for 'statusline', 'rulerformat'
and special formats of 'titlestring' and 'iconstring'.
sun_workshop Compiled with support for Sun |workshop|.
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index c1ed1b80c6..4c126516c4 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -144,12 +144,13 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
-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
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index ffb9f2682b..1755e4ca03 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -374,6 +374,7 @@ N *+scrollbind* |'scrollbind'|
B *+signs* |:sign|
N *+smartindent* |'smartindent'|
m *+sniff* SniFF interface |sniff|
+N *+startuptime* |--startuptime| argument
N *+statusline* Options 'statusline', 'rulerformat' and special
formats of 'titlestring' and 'iconstring'
m *+sun_workshop* |workshop|