Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Document set-local-history more explicitly
- X-seq: zsh-workers 30412
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: Document set-local-history more explicitly
- Date: Sun, 15 Apr 2012 13:15:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=KHWs+aoQoPDo0FS+wNGkMV5pIvV1YdDDxDrQkAV58Gg=; b=dWQX0BH+CktJ35xxUXdsw7MkbgbE0zusFvWaLrLO2x7kghva+ZyOKVyeJu0Au2mN3p gxCQKVl+ejVevk0Wbl4d837xGs2yPVBLTha+C9Sck0qcGgmtNH/51KNd/tYPh44MRDUe /E3VmRec1nc6Sne03Zq3Yt4V/wkkcs/0OKfE93+6/lYlqYFnJPnJpT5Y4uD9FsToQzYt /1scY8iHyVisUwiTXA3yRCHtboD+5vrcL97CE9cmRTjqCqELcH79S17d6Mbqa34Vjxs+ OoGPGwlKmwHnJ369ZNQGcoPJM6MV8zFSdILeVk1y1zA95H4IfyhZDkhAxPN/ayeF/loW VvUg==
- In-reply-to: <AANLkTimH14ZAGnn1KhJmurDKIz4awfU1vPwZvQBTB35v@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTimH14ZAGnn1KhJmurDKIz4awfU1vPwZvQBTB35v@mail.gmail.com>
Is this more or less correct? If someone wants to reword that's welcome too.
---
Doc/Zsh/zle.yo | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index c3c3acd..f9c20de 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1486,6 +1486,14 @@ line up to the cursor.
This leaves the cursor in its original position.
)
enditem()
+tindex(set-local-history)
+item(tt(set-local-history))(
+By default, history movement commands visit the imported lines as well as
+the local lines. This widget lets you toggle this on and off, or set it with
+the numeric argument. Zero for both local and imported lines and nonzero for
+only local lines.
+)
+enditem()
texinode(Modifying Text)(Arguments)(History Control)(Zle Widgets)
subsect(Modifying Text)
startitem()
--
1.7.10-rc2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author