summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-21 23:02:49 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-21 23:02:49 +0100
commitf6fee0e2d4341c0c2f5339c1268e5877fafd07cf (patch)
tree86922c1a8c51e62f0369db6decc5582c01b03d2c /runtime/doc/starting.txt
parent271273c39f2150ecdaa67fe1a2a8e9cdc63db545 (diff)
patch 7.4.1384v7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies. Solution: Add packages, ":loadopt", 'packpath'.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index bee8c80cdc..695eb45b62 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.4. Last change: 2016 Feb 18
+*starting.txt* For Vim version 7.4. Last change: 2016 Feb 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -857,6 +857,10 @@ accordingly. Vim proceeds in this order:
commands from the command line have not been executed yet. You can
use "--cmd 'set noloadplugins'" |--cmd|.
+ Plugin packs are loaded. These are plugins, as above, but found in
+ 'packpath' directories. Every plugin directory found is added in
+ 'runtimepath'. See |packages|.
+
5. Set 'shellpipe' and 'shellredir'
The 'shellpipe' and 'shellredir' options are set according to the
value of the 'shell' option, unless they have been set before.