From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-return-43622-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 9f864c20 for ; Mon, 8 Oct 2018 03:30:06 +0000 (UTC) Received: (qmail 935 invoked by alias); 8 Oct 2018 03:29:49 -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: List-Unsubscribe: X-Seq: 43622 Received: (qmail 21915 invoked by uid 1010); 8 Oct 2018 03:29:49 -0000 X-Qmail-Scanner-Diagnostics: from out20-111.mail.aliyun.com by f.primenet.com.au (envelope-from <1@233.email>, uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(115.124.20.111):SA:0(-1.9/5.0):. Processed in 1.913303 secs); 08 Oct 2018 03:29:49 -0000 X-Envelope-From: 1@233.email X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Alimail-AntiSpam: AC=CONTINUE;BC=0.1337444|-1;CH=green;FP=16532694456213527162|1|1|1|0|-1|-1|-1;HT=e02c03301;MF=1@233.email;NM=1;PH=DS;RN=2;RT=2;SR=0;TI=SMTPD_---.D-s8nNL_1538970109; From: a-wing <1@233.email> To: zsh-workers@zsh.org Cc: a-wing <1@233.email> Subject: [PATCH 2/2] Fix Completion iptables 194: ;& => ;; Date: Mon, 8 Oct 2018 11:24:24 +0800 Message-Id: <20181008032424.4260-2-1@233.email> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181008032424.4260-1-1@233.email> References: <20181008032424.4260-1-1@233.email> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Qmail-Scanner-2.11: added fake Content-Type header Content-Type: text/plain --- Completion/Linux/Command/_iptables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Linux/Command/_iptables b/Completion/Linux/Command/_iptables index ae8d66ea4..2d9697418 100644 --- a/Completion/Linux/Command/_iptables +++ b/Completion/Linux/Command/_iptables @@ -191,7 +191,7 @@ case "$state" in _wanted targets expl 'builtin target' compadd \ ACCEPT DROP QUEUE RETURN DNAT DSCP ECN LOG MARK MASQUERADE MIRROR \ REDIRECT REJECT SNAT TCPMSS TOS ULOG && ret=0 - ;& + ;; user-chains) _wanted chains expl 'user-defined chain' compadd \ ${${${${(M)${(f)"$(_call_program chains $words[1] \ -- 2.19.0