diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-09-09 10:12:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-09-09 10:12:42 +0000 |
commit | 6b1dc0f701754f244cd090c8ec74db5af4a418ed (patch) | |
tree | 1a6da686de0cdef82b578853c3ece22c4911db32 /Doc/Zsh/zle.yo | |
parent | 65bbf722d9061b99c70722fc613ca612d4bd48d6 (diff) | |
download | zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar.gz zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.tar.xz zsh-6b1dc0f701754f244cd090c8ec74db5af4a418ed.zip |
20331: Use internal zlong variables for consistency
20332: Add WIDGETSTYLE zle parameter
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index ed80b269a..036c0284c 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -732,6 +732,16 @@ vindex(WIDGET) item(tt(WIDGET) (scalar))( The name of the widget currently being executed; read-only. ) +vindex(WIDGETSTYLE) +item(tt(WIDGET) (scalar))( +Describes the implementation behind the widget currently being executed; +the second argument that followed tt(zle -C) or tt(zle -N) when the widget +was defined, if any. If the widget was defined with tt(zle -N) and there was +no second argument this is the same as the first argument. Hence for +tt(zle -N) this gives the name of the function that implements the widget, +and for tt(zle -C) this gives the internal completion widget that defines +the type of completion. Read-only. +) enditem() subsect(Special Widget) |