From 727912d1cbbc5593a870941d26f3234d49b45847 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 26 Apr 2001 13:03:24 +0000 Subject: handle sub-sub-directories of $_compdir as in the CVS-layout (14107) --- Doc/Zsh/compsys.yo | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 96d0d010d..e89ac7cd2 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -142,9 +142,10 @@ contains the required directories for the standard functions. For incomplete installations, if tt(compinit) does not find enough files beginning with an underscore (fewer than twenty) in the search path, it will try to find more by adding the directory tt(_compdir) to the search -path. Furthermore, if the directory in question ends in the path segment -tt(Base), or has a subdirectory named tt(Base), tt(compinit) will add all -subdirectories of the directory where tt(Base) is to the path: this allows +path. If that directory has a subdirectory named tt(Base), all +subdirectories will be added to the path. Furthermore, if the subdirectory +tt(Base) has a subdirectory named tt(Core), tt(compinit) will add all +subdirectories of the subdirectories is to the path: this allows the functions to be in the same format as in the tt(zsh) source distribution. -- cgit 1.4.1