From a4ed24438b36698761634591bb2eb397260ca2c3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 13 Sep 1999 10:45:28 +0000 Subject: zsh-workers/7798 --- Doc/Zsh/compwid.yo | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Doc') 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 -- cgit 1.4.1