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

Re: rsync --progress stops completion



On Sep 16,  5:00pm, Yuri D'Elia wrote:
} Subject: rsync --progress stops completion
}
} Somehow, adding --progress on an rsync command line stops file
} completion (ie: just doing rsync --progress [tab] doesn't complete files
} anymore).
} 
} Any reason for this behavior?

Works for me (zsh -f plus compinit) with 5.0.6.

Typically the best thing to do in this case is to invoke _complete_debug
with ctrl+x question-mark.  Do it once in a case that works, then again
in the case that doesn't.

% rsync <C-x ?>
% rsync --progress <C-x ?>

Then up-history to find the trace file names, and compare them with a
diff tool to find where the failing case went wrong.



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