From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes Date: Mon, 8 Feb 1999 12:14:09 +0100 (MET) Message-Id: <199902081114.MAA23341@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: Doc for zle-parameters X-Mailing-List: 5319 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@informatik.hu-berlin.de