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

Re: spaces not escaped when completion matches filename with spaces



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