Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: spaces not escaped when completion matches filename with spaces
- X-seq: zsh-workers 39721
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: "Jason R. Coombs" <jaraco@xxxxxxxxxx>
- Subject: Re: spaces not escaped when completion matches filename with spaces
- Date: Mon, 24 Oct 2016 20:54:27 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender; s=mesmtp; bh=z01t9O6y+hoyoxYeB5oKl8kZqe g=; b=2SkNZEXsurj3lbuyJO2Rey3zdhHN6qj3pAAfPeH/RBmIi7NRVmqn9sGwkf WhvSqMhY8vmeyJwP64lDuvRQvFiwIrL7BHZoz2fMO2chXr/r0n1TMGXN2MVqM8+H B6TXJeVdmVcNt8jSoiErxowcfffRcuiXLmGODED8Ao/o/VU6Q=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender; s=smtpout; bh=z01t9O6y+hoyoxYeB5oKl8kZq eg=; b=Jj7V6CSGloO799XDLSLEQdEAYnaenqXQbJo5j+yR+wbkwnXaPmQjVkw5m 0/jP1fIeZENZ6VgUKeZfi+fjWrCPNinFcOpeii3D66jEPQPSzi7ElqxZnH1pgFsM qJWRGVAi/VhqUDaM2x/Nw2uFMmJDhMp1tuh6KZnRWKej65MiGg=
- In-reply-to: <5DA37713-53DD-43BA-A4C7-B77BB05E6811@jaraco.com>
- 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
- References: <5DA37713-53DD-43BA-A4C7-B77BB05E6811@jaraco.com>
Jason R. Coombs wrote on Mon, Oct 24, 2016 at 20:19:06 +0000:
> $ git add f^t
> fatal: pathspec 'foo' did not match any files
>
> The ^t represents a tab and completes “f” to “foo bar”, but without any escaping.
In master it does add the escaping:
% git add fo<TAB>
% git add foo\ bar
Messages sorted by:
Reverse Date,
Date,
Thread,
Author