diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index d682733e..f1346c77 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -413,13 +413,17 @@ 'cd' 'cdpath' 'cdpath' 'cd' stringlist - equivalent to $CDPATH or . + equivalent to . or .,$CDPATH

List of directories searched when executing the :cd command. This is only used for relative paths; if an absolute path is specified, this option is ignored.

+

+ If the CDPATH environment variable is set this path list + is appended to the default value of .. +