Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Fix "35531: fallback on file completion"
- X-seq: zsh-workers 38178
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: Fix "35531: fallback on file completion"
- Date: Fri, 18 Mar 2016 17:11:40 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=3PN1pRWkDmRqU4q1V5zyNZZ8JKYPUXiTFlmSSi6P8J0=; b=mp8YkaLNgE+Ctuv/YsfZXJ4SLPn0VfGPE3QiBB2csVhXJrMcu+ol9ZcrA1w+xv1onN taJPx9zVXdcO7bNykKIGNO9jLGsMKXf9WkCaf9ZYSGlwJYDH+SsKjZZSahnpM8iYu+uw TYkhpDPrH0tFv49x6phI1qb4JdA0j2JJms+drR7DeyLxeYpbwZffGZt+biMC0/Q7B2rw Q96Ie64KeCOtK2kSYhKRww1I4vebIVWdyMuC1jX8u7NLEZdY+0M8vycYifC0UCgl4POp u6V341VGl4uaFzMwkxF0CCDMnr8DR3YA2EYNJiGB2eSX8a+0UZ8L3FZwf/e7ej4MAn0C lC1w==
- In-reply-to: <1458317336-27434-1-git-send-email-mikachu@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: <1458317336-27434-1-git-send-email-mikachu@gmail.com>
On Fri, Mar 18, 2016 at 5:08 PM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> The above commit just changed a bunch of stuff without testing, the
> result was that the completer didn't work. It now works, to an extent.
>
> The one remaining caveat is that if you enter a subcommand the completer
> doesn't recognize, it will go on to offer subcommands instead of falling
> back to _default. I'm not sure what it's trying to do with the
> "sanitize context" stuff, or "shift words" etc which just makes the rest
> of the code not know where it is, but I don't care enough to rewrite it.
> ---
> ChangeLog | 2 --
I apparently squashed my fixes into the revert commit a bit too
hastily as well :).
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author