1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-13 23:33:33 +02:00

Several edits to help docs to clarify when plugins are loaded and what can cause them to not be loaded.

This commit is contained in:
Ted Pavlic
2009-01-02 11:37:07 -05:00
parent 7923d17aab
commit 1facfe407f
3 changed files with 29 additions and 22 deletions

View File

@@ -470,7 +470,10 @@ ____
|\'nolpl'| |\'lpl'| |\'noloadplugins'| |\'loadplugins'|
||'loadplugins' 'lpl'|| boolean (default on)
____
Load plugin scripts when starting up.
Load plugin scripts when starting up. When on, yet unloaded plugins are
automatically loaded after the vimperatorrc file has been sourced. To
load plugins earlier, use the [c]:loadplugins[c] command within the
vimperatorrc.
____