From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11280 invoked by alias); 10 Aug 2015 15:50:05 -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: 36075 Received: (qmail 3949 invoked from network); 10 Aug 2015 15:50:03 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 From: Frank Terbeck To: zsh-workers@zsh.org Subject: [PATCH] =?UTF-8?q?Disable=20=E2=80=98local=E2=80=99=20keyword=20i?= =?UTF-8?q?n=20script=20to=20make=20data=20retrieval=20work?= Date: Mon, 10 Aug 2015 17:50:20 +0200 Message-Id: <1439221820-32259-1-git-send-email-ft@bewatermyfriend.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <20150810163244.32eec210@pwslap01u.europe.root.pri> References: <20150810163244.32eec210@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Df-Sender: NDMwNDQ0 --- Util/check-tmux-state | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Util/check-tmux-state b/Util/check-tmux-state index 7e29338..4cba360 100644 --- a/Util/check-tmux-state +++ b/Util/check-tmux-state @@ -40,6 +40,10 @@ differences=none # information. For that, we need to put a few stubs into place so sourcing the # file doesn't blow up in our face. +# We need to disable the new "local" keyword to make our data retrieval trick +# work: +disable -r local + function _arguments () { } function _describe () { } function local () { } -- 2.1.4