aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-05-29 23:26:27 -0400
committerMichael Reed <m.reed@mykolab.com>2015-06-01 16:17:08 -0400
commite099b545be027befb51e0b5c283c2468fda0456c (patch)
tree1547c2c9ddd92875282ee4c5a107b0d64ec60db2 /runtime/doc/starting.txt
parent7f16dc14dba6b4b667f5374ed98b7c795f5781a9 (diff)
downloadrneovim-e099b545be027befb51e0b5c283c2468fda0456c.tar.gz
rneovim-e099b545be027befb51e0b5c283c2468fda0456c.tar.bz2
rneovim-e099b545be027befb51e0b5c283c2468fda0456c.zip
doc: Misc. X11-related cleanups
These were all introduced by the previous commit, and spotted with with `make html` in `runtime/doc`. [ci skip]
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt17
1 files changed, 6 insertions, 11 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 92873e36d1..4fd449e05c 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -562,17 +562,12 @@ just like executing a command from a vimrc/exrc in the current directory.
*slow-start*
If Vim takes a long time to start up, use the |--startuptime| argument to find
-out what happens. There are a few common causes:
-- If the Unix version was compiled with the GUI and/or X11 (check the output
- of ":version" for "+GUI" and "+X11"), it may need to load shared libraries
- and connect to the X11 server. Try compiling a version with GUI and X11
- disabled. This also should make the executable smaller.
- Use the |-X| command line argument to avoid connecting to the X server when
- running in a terminal.
-- If you have "viminfo" enabled, the loading of the viminfo file may take a
- while. You can find out if this is the problem by disabling viminfo for a
- moment (use the Vim argument "-i NONE", |-i|). Try reducing the number of
- lines stored in a register with ":set viminfo='20,<50,s10". |viminfo-file|.
+out what happens.
+
+If you have "viminfo" enabled, the loading of the viminfo file may take a
+while. You can find out if this is the problem by disabling viminfo for a
+moment (use the Vim argument "-i NONE", |-i|). Try reducing the number of
+lines stored in a register with ":set viminfo='20,<50,s10". |viminfo-file|.
*:intro*
When Vim starts without a file name, an introductory message is displayed (for