Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unexpected behavior for completion funcion _remote_files()
- X-seq: zsh-workers 39828
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Unexpected behavior for completion funcion _remote_files()
- Date: Thu, 3 Nov 2016 08:37:37 -0700
- Cc: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;        h=from:message-id:date:in-reply-to:comments:references:to:subject:cc         :mime-version;        bh=CWuJQFgNdQR8Ml424wm178dmgIphgrGp67T49VEc+6w=;        b=cqSaJiEV+iXJ6wJTjceQSnFVG3ndbwRE0HadK5LpoggfX1QjEC/ewNzKX7a+oHhwlv         tY3XSkPeWaTyjZi6ezg572XodozdW0Yev26HP66Q7uKxcnU+KT+dE0+BQUAvtTZghUeh         43SBCgCv/0B7bGwNIci+Sf9Ht0THxRcnEBML5QYgTw/uXrmBv0ZvNmsphkPKRN1E8N0z         fpTB9XjL5yJg7FWJYWrRh54ZhABMR8cOWVF+J27coGsH16HEHFSri7wOMIaqKnQ701n3         8osfS9/4bIiup003ppcG7j1f8bwWwmS0NDNJ/obvQAea59DxuQsncsYV/qsrwP16s1RW         FXlA==
- In-reply-to: <20161103145909.GA13594@fujitsu.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CA+JhjB_Ry--Va9-Vz4z_6V7iEeEpJ2UbdAsFJFPe7vYcknB60A@mail.gmail.com> 	<95820.1473177359@hydra.kiddle.eu> 	<20160906221624.GA4800@fujitsu.shahaf.local2> 	<24775.1473694215@hydra.kiddle.eu> 	<20161103145909.GA13594@fujitsu.shahaf.local2>
On Nov 3,  2:59pm, Daniel Shahaf wrote:
} Subject: Re: Unexpected behavior for completion funcion _remote_files()
}
} > +  [[ args[-1] = -- ]] && args[-1]=()
That's an obvious typo, it should be $args[-1] ...
Hardly seems worth sending a patch.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author