zsh-workers
 help / color / mirror / code / Atom feed
f449c3b128d89db218b841e972a83a361c060ae2 blob 378 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#autoload

local func
integer ret=1

if [[ -n $functions[zsh_directory_name] || \
  ${+zsh_directory_name_functions} -ne 0 ]] ; then
  [[ -n $functions[zsh_directory_name] ]] && zsh_directory_name c && ret=0
  for func in $zsh_directory_name_functions; do
    $func c && ret=0
  done
  return ret
else
  _message 'dynamic directory name: implemented as zsh_directory_name c'
fi
debug log:

solving f449c3b12 ...
found f449c3b12 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).