Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] incorrect expansion with expand-or-complete and single quote
- X-seq: zsh-workers 53041
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [BUG] incorrect expansion with expand-or-complete and single quote
- Date: Sun, 18 Aug 2024 04:26:48 +0200
- Archived-at: <https://zsh.org/workers/53041>
- In-reply-to: <20240818020944.GA86900@qaa.vinc17.org>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- References: <20240818020944.GA86900@qaa.vinc17.org>
On 2024-08-18 04:09:44 +0200, Vincent Lefevre wrote:
> I get as expected:
>
> disset% echo a\'b\'*
> a'b'1 a'b'2
>
> But if I type [Tab] (expand-or-complete) after a\'b\'*, this is not
> expanded, while I should have obtained
>
> disset% echo a'b'1 a'b'2
Oops, I obviously meant
disset% echo a\'b\'1 a\'b\'2
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author