Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH 1/2] Fix Completion iptables -t raw security
- X-seq: zsh-workers 43626
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: "a-wing" <1@233.email>, zsh-workers@xxxxxxx
- Subject: Re: [PATCH 1/2] Fix Completion iptables -t raw security
- Date: Mon, 08 Oct 2018 13:50:21 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:subject:date :references; s=fm1; bh=tsHFaNj9uRIrYKYYCReKFHRWe22AL9E9AfgRSGcsw hY=; b=BGCKQ48afzf8cfuJ+SxztWg39+vdMJTXP4UoKoncJwdW3r4uJpLcyj8oY BXX/qBGoA2Wue/72Bf0Xl2EQjv4zQSgDLyqKNdrNtX40xKbMBUZpy/uXK48bjrlr SrY1cef5DaJukAdnBFAQMnI0cOi5H8Ahm3+JH0F5cT7Z/Xs5nUe1n975YEzCgrPp e9pE5lcasbrnT7wo581IlM5FdJReu5Yi7/TyK0yzVeLtj5KwYc/ccZwJ+0F5BfTV 7AdPNtCpkvxdM2BYUbigU4Wgo5G8AGn7acTv2bCYTFkM3Xam2kuqH8HrEMCpKTQl 4ZjYwSFdbi0OjOx3irrE8fgBM889Q==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=tsHFaNj9uRIrYKYYCReKFHRWe22AL9E9AfgRSGcsw hY=; b=Q7kLPjfzPQ2jCZG5udaHFN4560wd6PwiCoX0i7n68ChzJF0y8BFRbExBG ww388bjiAjVsnTARGUMKEa3UkR9/wh8Gc3aGUDMcQ6Giuf9Mc7cwspt5lXAmMxh1 RK6ESLcw8xB5ZAxypZNMwh9FYUeaMrWHFAWt0rT/WFhyjAwJiKOMjSuD/OAl4jfF 2Jk7jzk9Zkduyc24fieO6RYhKOEyz4J5zBbZrAJIPV+o7FcxsnXDy80QkdNzoK3T a1QxJcf8kW/Zol4aQtFbr6xD+rj8f+9+oe0pcthq5a17rDBn38LD46lc6fTPajs9 ebzzw/sU1t2elebEuIyY+tMA9FFsQ==
- In-reply-to: <20181008032424.4260-1-1@233.email>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20181008032424.4260-1-1@233.email>
a-wing wrote on Mon, 08 Oct 2018 11:24 +0800:
> @@ -89,7 +89,7 @@ esac
> - (( i=words[(ib.i.)-m|--match]+1 ))
> + (( i=words[(ib.i.)-m|--match]+1 ))
Thanks, applied. In the future please try to avoid unrelated whitespace changes.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author