-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First completed filename doesn't get [path] highlighting #632
Comments
Bold text representation depends on terminal emulator. Look into terminal settings for options like "Draw intense colors with bold font". If this true for you, adjust highlight styles to better match your preference and terminal color palette. |
Please provide a minimal reproducer using Please confirm that disabling zsh-syntax-highlighting fixes the symptoms. |
It does not happen when:
Also when I disable I'm using @z0rc I don't see any option like this. Update: just tested Out of curiosity I also tried https://github.com/zdharma/fast-syntax-highlighting and the issue is there too. |
I've been able to reproduce something similar to this. With z-sy-h master and zsh master (I haven't checked earlier versions of either), if I do: $ zsh -f
% source ./zsh-syntax-highlighting.zsh
% ls <TAB><TAB>… then after the first @dawidd6 When I requested a reproducer, this is what I meant: a minimal sequence of steps that starts from |
Works for me if I merge the |
When one for example writes
docker-comp
, completes it with TAB and then presses TAB to get a completion inserted, it is inserted, but in bold. This does not happen whenoh-my-zsh
is not sourced or command is entered manually from start to the end.As one can see, entering TAB right after command, produces bold completion and when a space is already in place after command the inserted text is not bold as it should be.
The text was updated successfully, but these errors were encountered: