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

Re: zsh 4.3.10-test-3



On Thu, Dec 16, 2010 at 11:58:36AM +0000, Peter Stephenson wrote:
> [snip]
>
> If this seems not to be broken I'll turn it into 4.3.11, either early
> next week or early in the new year if there turns out to be more to do.
>
> [snip]

Hi,

I just updated my Git repository and built the 4.3.10-test-3 tag
on my Debian Lenny. I got a weird change when using the
completion system.

When I press tab and it suggests a directory the trailing / is
drawn in bold, but only the / and nothing else which I find very
distracting. This happens with zsh -f as well.

It looks like this is a new change in 4.3.11 (the suffix option
in zsh_highlight) and I find it very confusing. Could the default
get changed back to the old behaviour with causes no highlight
(in bold)?

Thanks to Mikachu in #zsh I got a solution to disable it:

    zle_highlight=(suffix:none)

The man page gives the following solution to disable the
highlighting:

    zle_highlight=(none)

But this doesn't work and the bold / is still displayed.

Thanks,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: pgplsrBMapRZV.pgp
Description: PGP signature



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