1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 15:54:11 +01:00

Expand the 'cdpath' help.

This commit is contained in:
Doug Kearns
2010-10-22 16:06:28 +11:00
parent c9e91d77dc
commit b009825530

View File

@@ -413,13 +413,17 @@
<tags>'cd' 'cdpath'</tags>
<spec>'cdpath' 'cd'</spec>
<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>
<p>
List of directories searched when executing the <ex>:cd</ex>
command. This is only used for relative paths; if an absolute path is
specified, this option is ignored.
</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>
</item>