From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5801 invoked by alias); 9 Nov 2015 12:40:11 -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: 37085 Received: (qmail 4769 invoked from network); 9 Nov 2015 12:40:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Biglobe-Sender: From: "Jun T." Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [PATCH] options.yo: DEBUG_BEFORE_CMD is set by default Message-Id: Date: Mon, 9 Nov 2015 21:39:35 +0900 To: "zsh-workers@zsh.org" Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-Biglobe-Spnum: 64178 Move to the correct position. diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 60379ca..f377539 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1568,13 +1568,13 @@ ifnzman(noderef(Arithmetic Evaluation))\ ifzman(the section ARITHMETIC EVALUATION in zmanref(zshmisc)) has an explicit list. ) -pindex(DEBUG_BEFORE_CMD ) -pindex(NO_DEBUG_BEFORE_CMD ) -pindex(DEBUGBEFORECMD ) -pindex(NODEBUGBEFORECMD ) +pindex(DEBUG_BEFORE_CMD) +pindex(NO_DEBUG_BEFORE_CMD) +pindex(DEBUGBEFORECMD) +pindex(NODEBUGBEFORECMD) cindex(traps, DEBUG, before or after command) cindex(DEBUG trap, before or after command) -item(tt(DEBUG_BEFORE_CMD))( +item(tt(DEBUG_BEFORE_CMD) )( Run the tt(DEBUG) trap before each command; otherwise it is run after each command. Setting this option mimics the behaviour of ksh 93; with the option unset the behaviour is that of ksh 88.