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

Re: [BUG] single-quote problem in completion quoting



On Thu, Jul 3, 2025 at 6:51 AM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> % zsh -f
> % touch "test'"
> % file '
> <press TAB>
> % file 'test'\'''  # This is correct
> % autoload compinit
> % compinit
> % file '
> <press TAB>
> % file 'test'\''   # Missing the last single quote

Is this the same issue as in workers/53793?

-- 
Mikael Magnusson




Messages sorted by: Reverse Date, Date, Thread, Author