We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: this is a great plugin which I use every day, thanks for making it available!
I noticed I can no longer work with (German, in my case) Unicode-characters after loading zsh-hist, here is what happens:
zsh-hist
Without this plugin:
❯ echo 'ß' ß
Same command with zsh-hist loaded:
❯ echo 'Ã<bf>' Ã
...which then breaks programs like grep searching for Umlauts or similar.
grep
This behavior is reproducible even in a clean zsh-environment as described here
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I can reproduce this and I will publish a fix soon.
Sorry, something went wrong.
Fix bugs in formatting code
62f32c5
Fixes issue #12.
Fixed.
Works now, thanks!
marlonrichert
No branches or pull requests
First: this is a great plugin which I use every day, thanks for making it available!
I noticed I can no longer work with (German, in my case) Unicode-characters after loading
zsh-hist
, here is what happens:Without this plugin:
Same command with zsh-hist loaded:
...which then breaks programs like
grep
searching for Umlauts or similar.This behavior is reproducible even in a clean zsh-environment as described here
The text was updated successfully, but these errors were encountered: