diff options
author | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2002-12-06 23:24:06 +0000 |
---|---|---|
committer | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2002-12-06 23:24:06 +0000 |
commit | e91067d966f719803dae5db08addf7fa5748462b (patch) | |
tree | da45e4053420291d45f4f3cc3448be0037ef9e34 /Doc/Zsh | |
parent | a02a308839ce1e61ad353fdc918211357af50e38 (diff) | |
download | zsh-e91067d966f719803dae5db08addf7fa5748462b.tar.gz zsh-e91067d966f719803dae5db08addf7fa5748462b.tar.xz zsh-e91067d966f719803dae5db08addf7fa5748462b.zip |
17983: Added zle LASTSEARCJ parameter
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 715c3e00e..771ff4d18 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -627,6 +627,11 @@ Unlike a normal array, only a maximum of eight elements may be written; any extra are ignored. If fewer than eight elements are given, the remaining elements of the kill ring will be treated as undefined. ) + +vindex(LASTSEARCH) +item(tt(LASTSEARCH) (scalar))( +The last search string used by an interactive search ; read-only. +) vindex(LASTWIDGET) item(tt(LASTWIDGET) (scalar))( The name of the last widget that was executed; read-only. |