mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:48:00 +01:00
Document the bang arg to :loadplugins.
This commit is contained in:
@@ -352,7 +352,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<tags>:lpl :loadplugins</tags>
|
<tags>:lpl :loadplugins</tags>
|
||||||
<strut/>
|
<strut/>
|
||||||
<spec>:loadplugins <oa>pattern</oa> …</spec>
|
<spec>:loadplugins[!] <oa>pattern</oa> …</spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Immediately load all plugins which have yet to be loaded. Because
|
Immediately load all plugins which have yet to be loaded. Because
|
||||||
@@ -367,6 +367,9 @@
|
|||||||
If <oa>pattern</oa>s are provided, the given regular expressions are
|
If <oa>pattern</oa>s are provided, the given regular expressions are
|
||||||
used as filters rather than those in <o>loadplugins</o>.
|
used as filters rather than those in <o>loadplugins</o>.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
If <oa>!</oa> is given the plugins are forcibly loaded.
|
||||||
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user