about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-13 10:45:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-13 10:45:28 +0000
commita4ed24438b36698761634591bb2eb397260ca2c3 (patch)
tree785c3104e80ad80b01c670e76646d90c1ca6c5f1 /Doc
parent7eb928e2663197d52898b55cd2ccbe10c3222236 (diff)
downloadzsh-a4ed24438b36698761634591bb2eb397260ca2c3.tar.gz
zsh-a4ed24438b36698761634591bb2eb397260ca2c3.tar.xz
zsh-a4ed24438b36698761634591bb2eb397260ca2c3.zip
zsh-workers/7798
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compwid.yo8
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index 2497eb768..6fbd3ca15 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -366,7 +366,7 @@ otherwise.
 )
 findex(compadd)
 cindex(completion widgets, adding specified matches)
-xitem(tt(compadd) [ tt(-qQfnUam) ] [ tt(-F) var(array) ])
+xitem(tt(compadd) [ tt(-qQfenUam) ] [ tt(-F) var(array) ])
 xitem([ tt(-P) var(prefix) ] [ tt(-S) var(suffix) ])
 xitem([ tt(-p) var(hidden-prefix) ] [ tt(-s) var(hidden-suffix) ])
 xitem([ tt(-i) var(ignored-prefix) ] [ tt(-I) var(ignored-suffix) ])
@@ -486,6 +486,12 @@ characters describing the types of the files in the completion lists will
 be shown. This also forces a slash to be added when the name of a
 directory is completed.
 )
+item(tt(-e))(
+This flag can be used to tell the completion code that the matches
+added are parameter names for a parameter expansion. This will make
+the tt(AUTO_PARAM_SLASH) and tt(AUTO_PARAM_KEYS) options be used for
+the matches.
+)
 item(tt(-W) var(file-prefix))(
 This option has the same meaning as for the tt(compctl) and
 tt(compgen) builtin commands. Here, however, only one string may be