From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20206 invoked by alias); 3 Jun 2014 14:42:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32681 Received: (qmail 2636 invoked from network); 3 Jun 2014 14:42:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Biglobe-Sender: From: Jun T To: zsh-workers@zsh.org Cc: Jun T Subject: [PATCH] fix indentation in zshzle.1 Date: Tue, 3 Jun 2014 23:41:41 +0900 Message-Id: <1401806501-49024-1-git-send-email-takimoto-j@kba.biglobe.ne.jp> X-Mailer: git-send-email 1.8.5.2 (Apple Git-48) X-Biglobe-Spnum: 51384 --- Doc/Zsh/zle.yo | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 0cca7bc..4b10226 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -730,6 +730,7 @@ vindex(CONTEXT) item(tt(CONTEXT) (scalar))( The context in which zle was called to read a line; read-only. One of the values: + startitem() item(start)( The start of a command line (at prompt tt(PS1)). -- 1.8.5.2 (Apple Git-48)