autosuggestion color persists once typed command diverges from prediction #69

Closed
aw1621107 opened this Issue Jul 26, 2015 · 2 comments

4 participants

@aw1621107

It seems that whatever color zsh-autosuggestions uses for its guess sticks around for the remaining length of the guess once the input diverges from the guess. For example, if cd has ~/code/repo as the guess, but I type cd ~/code/ocaml/, parts of ocaml will still be the color that zsh-autosuggestions uses, and text after that will be normally colored.

ex1

Deleting a single differently-colored character seems to cause all of the colored text to correct itself.

@faceleg faceleg added the bug label Jul 26, 2015
@hoodsy

Same problem here.

@ericfreese
zsh-users member

There's a rewrite underway in PR #91. It's available on branch v0.1.x. Please try using that branch, and let me know if it solves your problem.

@ericfreese ericfreese closed this Jan 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment