mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 22:55:46 +01:00
Expand the 'cdpath' help.
This commit is contained in:
@@ -413,13 +413,17 @@
|
|||||||
<tags>'cd' 'cdpath'</tags>
|
<tags>'cd' 'cdpath'</tags>
|
||||||
<spec>'cdpath' 'cd'</spec>
|
<spec>'cdpath' 'cd'</spec>
|
||||||
<type>stringlist</type>
|
<type>stringlist</type>
|
||||||
<default type="plain">equivalent to <em>$CDPATH</em> or <str>.</str></default>
|
<default type="plain">equivalent to <str>.</str> or <str>.,$CDPATH</str></default>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
List of directories searched when executing the <ex>:cd</ex>
|
List of directories searched when executing the <ex>:cd</ex>
|
||||||
command. This is only used for relative paths; if an absolute path is
|
command. This is only used for relative paths; if an absolute path is
|
||||||
specified, this option is ignored.
|
specified, this option is ignored.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
If the <em>CDPATH</em> environment variable is set this path list
|
||||||
|
is appended to the default value of <str>.</str>.
|
||||||
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user