summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-24 19:53:36 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-24 19:53:36 +0200
commite2db695d313174f6d6e6a79388a262e4e53d387e (patch)
tree2ff47e019a28756c665e0daa273388af53b81028 /runtime/doc/starting.txt
parentff18df03c3b714caca4f76e50defcb29eb523e15 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 1dc7e6d927..dadc891983 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.4a. Last change: 2013 Jun 12
+*starting.txt* For Vim version 7.4a. Last change: 2013 Jul 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -774,7 +774,8 @@ accordingly. Vim proceeds in this order:
easy to copy it to another system.
If Vim was started with "-u filename", the file "filename" is used.
- All following initializations until 4. are skipped.
+ All following initializations until 4. are skipped. $MYVIMRC is not
+ set.
"vim -u NORC" can be used to skip these initializations without
reading a file. "vim -u NONE" also skips loading plugins. |-u|