Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bug with completion in quotes
- X-seq: zsh-workers 33439
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: bug with completion in quotes
- Date: Sun, 12 Oct 2014 00:37:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1413067030; bh=ZEbyXlF7pmSK/+LXFCF3sVbLmfkehRZ5YWBbzN9h4G0=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Subject:MIME-Version:Content-Type:Content-ID:Date:Message-ID; b=PyD/0akC+YZUVsKoBlDimV32DCQLubvYAV73HtCf/l0hjSscCFJ8auM/Q/ZuLneXzch9ija5Df9f5XVLMqSE3eXvFaltOANurK9vga5UMVmIGgycEZRRq83c1u+7bA8i5uPugxTjFC/Sdy3Q5cb3bFBN+KIAZQMg4PZOqdyAOM4=
- 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
Compiled with --enable-zsh-debug, I get bugs listed when completing
inside $' style quotes whenever there's stuff after the cursor:
<tab> appears at cursor position
% : $'<tab>x
utils.c:5893: BUG: unterminated $' substitution
% : $'<tab>x'
zle_tricky.c:666: BUG: 0 <= wb <= zlemetacs <= we is not true!
The line containing the first message was added in workers/22026 from
about 2006.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author