Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _history-complete-older problems with $(
- X-seq: zsh-workers 37564
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: _history-complete-older problems with $(
- Date: Mon, 11 Jan 2016 17:21:12 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=gOdM31HEYvxjoYJm+Vj6CsAJp86hhJpWUbjF5MTgDLE=; b=b40sgZcgQMJTl/hrRVEIb90XQaLPvW6QDP6wULv6kpUzCISesJKkfW/wAtCBDiZ0nn YHnJH815bX35wZxOOwbWE1D5GM7Q0gd3UyaB9n2yd5xxnBCttuIyuam7buZsc/+bSy7U jU3X2OV+g6tX/BfkG+pfBpip5f/NhQaYnlcfxCL/R1t+6YhRUt3psJZ5rCZcVn0LYKzm sb3Joj3Q0Tj4ntNr8mbpDp8JgVvwVx72Lo7JEO2JoUvDiCCum1aUHUxrtEZEr5S3XnFh mKPUswyBw0Vsp4X41gVyKDCizDjnHX8B84qH2u30Ewl5Qv5FXBeA1FOjOe2oSyi1bRtg i4pQ==
- In-reply-to: <CAKc7PVCnEX1rEhNqhtx7spyUVKCWukz4Tzkqr27-OV9+4hVciQ@mail.gmail.com>
- 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: <CAKc7PVCnEX1rEhNqhtx7spyUVKCWukz4Tzkqr27-OV9+4hVciQ@mail.gmail.com>
Hello
on IRC it came up that $( is a start of a subshell and that it makes
completion start over at this place. Seems that $(( works in the same
way. Is there any possibility to change that? Even at level of C code?
So that completion sees $( as a string? I know chances are low but who
knows, maybe it's a really basic change.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author