diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-04-04 10:45:59 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-04-04 10:45:59 +0000 |
commit | 41eb475f9b23ca4309e31bec21809cd23090feb0 (patch) | |
tree | af0ac79abbddb03dda71040374ca72fc7a6f5444 /Doc/Zsh | |
parent | 53e646b1cc2900e06a2e8d0012afb6d21703948a (diff) | |
download | zsh-41eb475f9b23ca4309e31bec21809cd23090feb0.tar.gz zsh-41eb475f9b23ca4309e31bec21809cd23090feb0.tar.xz zsh-41eb475f9b23ca4309e31bec21809cd23090feb0.zip |
16923: add insert style for inserting matches instead of adding them as a match
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 8651c67d8..30b501b2d 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1461,6 +1461,11 @@ Note that during the execution of completion functions, the tt(EXTENDED_GLOB) option is in effect, so the characters `tt(#)', `tt(~)' and `tt(^)' have special meanings in the patterns. ) +kindex(insert, completion style) +item(tt(insert))( +This style is used by the tt(_all_matches) completer to decide whether to +insert the list of all matches instead of adding it as another match. +) kindex(insert-ids, completion style) item(tt(insert-ids))( When completing process IDs, for example as arguments to the tt(kill) and |