Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

bug with completion in quotes



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