1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 05:05:47 +01:00

Serialize :loadplugins command so that options and commands defined by plugins work properly by default.

This commit is contained in:
Kris Maglione
2010-12-22 23:33:57 -05:00
parent 8d9c2cddc0
commit 6cb1c1d659
5 changed files with 37 additions and 14 deletions

View File

@@ -183,7 +183,7 @@
<item>
<tags>:lpl :loadplugins</tags>
<strut/>
<spec>:loadplugins</spec>
<spec>:loadplugins <oa>pattern</oa></spec>
<description>
<p>
Immediately load all plugins which have yet to be loaded. Because
@@ -194,6 +194,10 @@
newly installed plugins to be easily loaded without restarting
&dactyl.appName;. See also <o>loadplugins</o>.
</p>
<p>
If <oa>pattern</oa>s are provided, the given regular expressions are
used as filters rather than those in <o>loadplugins</o>.
</p>
</description>
</item>