1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-16 04:03:30 +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

@@ -95,9 +95,11 @@ ________________________________________________________________________________
|:lpl| |:loadplugins|
||:loadplugins|| +
________________________________________________________________________________
Load all unloaded plugins immediately. This is useful both for sourcing new
plugins without restarting vimperator, and making sure that a plugin is loaded
so that you can use its commands from your vimperatorrc.
Load all unloaded plugins immediately. Because plugins are automatically
loaded after vimperatorrc is sourced, this command must be placed early
in the vimperatorrc file if vimperatorrc also includes commands that are
implemented by plugins. Additionally, this command allows for sourcing
new plugins without restarting vimperator.
________________________________________________________________________________