diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-11-03 11:11:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-11-03 11:11:11 +0000 |
commit | 3f269675d47dead291679bde9268aef174f8a9b7 (patch) | |
tree | 4125dd9a82beb898e6776ba30c256851e473a0c4 /runtime/doc | |
parent | badfde1bfe756d529389bee7084341e4adbdf495 (diff) | |
download | vim-3f269675d47dead291679bde9268aef174f8a9b7.zip |
updated for version 7.2-269
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/starting.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 2326985b4..c1ed1b80c 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -144,6 +144,13 @@ a slash. Thus "-R" means recovery and "-/R" readonly. -u NORC no yes --noplugin yes no +--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. + When {fname} already exists new messages are appended. + {only when compiled with this feature} + *--literal* --literal Take file names literally, don't expand wildcards. Not needed for Unix, because Vim always takes file names literally (the @@ -471,6 +478,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly. window title and copy/paste using the X clipboard. This avoids a long startup time when running Vim in a terminal emulator and the connection to the X server is slow. + See |--startuptime| to find out if affects you. Only makes a difference on Unix or VMS, when compiled with the |+X11| feature. Otherwise it's ignored. To disable the connection only for specific terminals, see the |