Bug#468654: zsh: rsync completion fails to complete remote paths with spaces

2008-03-02 Thread Adrian Irving-Beer
On Fri, Feb 29, 2008 at 07:57:55PM -0500, Clint Adams wrote: Adrian, does this do the trick? Indeed, it works fine. signature.asc Description: Digital signature

Bug#468654: zsh: rsync completion fails to complete remote paths with spaces

2008-02-29 Thread Adrian Irving-Beer
Package: zsh Version: 4.3.5-4 Severity: normal Tags: patch If I have the following on host 'alpha': /tmp/foo bar baz/foo /tmp/foo bar baz/bar /tmp/foo bar baz/baz I can do this: % rsync alpha:/tmp/fooTAB -- % rsync alpha:/tmp/foo\\\ bar\\\ baz/ But I

Bug#468654: zsh: rsync completion fails to complete remote paths with spaces

2008-02-29 Thread Clint Adams
On Fri, Feb 29, 2008 at 03:04:14PM -0500, Adrian Irving-Beer wrote: If I have the following on host 'alpha': /tmp/foo bar baz/foo /tmp/foo bar baz/bar /tmp/foo bar baz/baz I can do this: % rsync alpha:/tmp/fooTAB -- % rsync alpha:/tmp/foo\\\ bar\\\ baz/

Bug#468654: zsh: rsync completion fails to complete remote paths with spaces

2008-02-29 Thread Clint Adams
On Fri, Feb 29, 2008 at 03:21:50PM -0500, Clint Adams wrote: Maybe _rsync should get the same QIPREFIX check as _ssh and _git, or maybe all three of these should be factored out into a helper function. Adrian, does this do the trick? Index: Completion/Unix/Command/_rsync