Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Doc for zle-parameters



I forgot to add a description in the docs for the WIDGET and
LASTWIDGET parameters.

Bye
 Sven

--- od/Zsh/zle.yo	Mon Feb  8 09:28:33 1999
+++ Doc/Zsh/zle.yo	Mon Feb  8 12:13:20 1999
@@ -139,6 +139,14 @@
 If it is assigned to, only that part of the buffer is replaced, and the
 cursor remains between the old tt($LBUFFER) and the new tt($RBUFFER).
 )
+vindex(WIDGET)
+item(tt(WIDGET) (scalar))(
+The name of the widget currently being executed.
+)
+vindex(LASTWIDGET)
+item(tt(LASTWIDGET) (scalar))(
+The name of the last widget that was executed.
+)
 enditem()
 sect(Standard Widgets)
 cindex(widgets, standard)

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author