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

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



% 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


On Thu, Jul 3, 2025 at 7:44 AM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
Whoops, I accidentally sent this before I was done. Please wait while I try again.


On Thu, Jul 3, 2025 at 7:44 AM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
% zsh -f
% touch "test'"
% file '
<press TAB>
% file 'test'\'''  # This is correct%
%%%


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