1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 09:41:44 +02:00

manual/10028

This commit is contained in:
Tanaka Akira 2000-03-10 01:10:58 +00:00
parent 52e15cd48d
commit 8d44ee0cc5

View file

@ -38,7 +38,7 @@ elif _popd || [[ $PREFIX != (\~|/|./|../)* && $#cdpath -ne 0 ]]; then
_path_files -/
else
local tmpcdpath
tmpcdpath=(${(@)cdpath:#.})
tmpcdpath=(${${(@)cdpath:#.}:#$PWD})
_alternative \
'local-directories:local directories:_path_files -/' \
"path-directories:directories in cdpath:_path_files -W tmpcdpath -/"