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

Re: Bug#533527: zsh: Provided scripts fail when cshjunkiequotes is enabled



On Thu, Jun 18, 2009 at 01:36:41PM +0200, Ivan Cukic wrote:
> When the cshjunkiequotes is enabled in user's .zshrc file (setopt cshjunkiequotes) various scripts that contain multiline strings become invalid.
> 
> The problem can be fixed by adding backslash for line breaks in multiline strings.
> 
> The problem appears in the following scripts (but is not limited just to them)
> 
> /usr/share/zsh/functions/Completion/compinit
> /usr/share/zsh/functions/MIME/zsh-mime-setup
> /usr/share/zsh/functions/Completion/Unix/_vim
> /usr/share/zsh/functions/Completion/Unix/_rm

Can you elaborate?  cshjunkiequotes is already forcibly unset during completion.

Where are you adding a backslash in zsh-mime-setup?



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