about summary refs log tree commit diff
path: root/Doc/Zsh/mod_computil.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-26 08:36:42 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-26 08:36:42 +0000
commit3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a (patch)
tree079e6303eeb6ba452afed4f14769d0ce59343189 /Doc/Zsh/mod_computil.yo
parent470515922c73eaf630d0b2eb561980e1a87150cb (diff)
downloadzsh-3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a.tar.gz
zsh-3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a.tar.xz
zsh-3ff5a17d8cf0de337e93ffd9e749d54fb4c70e0a.zip
remove compfmt; a bit of explanation for compfiles and compgroups (12068)
Diffstat (limited to 'Doc/Zsh/mod_computil.yo')
-rw-r--r--Doc/Zsh/mod_computil.yo18
1 files changed, 12 insertions, 6 deletions
diff --git a/Doc/Zsh/mod_computil.yo b/Doc/Zsh/mod_computil.yo
index 0df470156..a0bc3767d 100644
--- a/Doc/Zsh/mod_computil.yo
+++ b/Doc/Zsh/mod_computil.yo
@@ -43,16 +43,22 @@ tt(compadd) to register the matches with the completion code.
 findex(compfiles)
 item(tt(compfiles))(
 Used by the tt(_path_files) function to optimize complex recursive
-filename generation (globbing).
-)
-findex(compfmt)
-item(tt(compfmt))(
-An obsolete form of `tt(zformat -f)'.  Do not use this.
+filename generation (globbing).  It does three things.  With the
+tt(-p) and tt(-P) options it builds the glob patterns to use,
+including the paths already handled and trying to optimize the
+patterns with respect to the prefix and suffix from the line and the
+match specification currently used.  The tt(-i) option does the
+directory tests for the tt(ignore-parents) style and the tt(-r) option 
+tests if a component for some of the matches are equal to the string
+on the line and removes all other matches if that is true.
 )
 findex(compgroups)
 item(tt(compgroups))(
 Used by the tt(_tags) function to implement the internals of the
-tt(group-order) style.
+tt(group-order) style.  This only takes its arguments as names of
+completion groups and creates the groups for it (all six types: sorted 
+and unsorted, both without removing duplicates, with removing all
+duplicates and with removing consecutive duplicates).
 )
 findex(compquote)
 item(tt(compquote) var(names) ...)(