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

Re: Bug#270632: zsh: Completion and spaces



On Wed, 8 Sep 2004, Clint Adams wrote:

> > No, it isn't.  See zsh-users/7841 for discussion, and the final three 
> > paragraphs therein for suggested repair.
> 
> Ah.  Is there a downside to the LBUFFER+='' workaround?

Only that it always disables auto-suffix-removal.  E.g., if $LBUFFER ends 
in a slash which was added as a completion suffix, and the first character 
of the word to be inserted is also a slash, then normally the suffix would 
be deleted in order that the slash not become doubled; but with the work- 
around, you get the double slash.



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