1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 18:12:26 +01:00

Fix reference to old boolean 'loadplugins' in :help startup.

This commit is contained in:
Doug Kearns
2011-06-16 15:32:19 +10:00
parent 3763e44e3b
commit fefe76dfa0

View File

@@ -104,7 +104,7 @@
</li> </li>
<li> <li>
<p> <p>
If <o>exrc</o> is set and the +u command-line option was not If <o>exrc</o> is set and the <t>+u</t> command-line option was not
specified, then any RC file in the current directory is also specified, then any RC file in the current directory is also
sourced. sourced.
</p> </p>
@@ -119,7 +119,7 @@
</p> </p>
<ul> <ul>
<li><o>noloadplugins</o> is set,</li> <li><o>loadplugins</o> is unset,</li>
<li>the <t>++noplugin</t> command-line option was specified, or</li> <li>the <t>++noplugin</t> command-line option was specified, or</li>
<li>the <tt><t>+u</t>=NONE</tt> command-line option was specified.</li> <li>the <tt><t>+u</t>=NONE</tt> command-line option was specified.</li>
</ul> </ul>