This (at least partially) fixes #6 and zsh-users/zsh-syntax-highlighting#164. Highlighting now works correctly when completion is accepted using Ctrl+e (end-of-line), but doesn’t work well when I paste some command to terminal from the clipboard.
Fix highlight cache invalidation
To work better with recent version of zsh-syntax-highlighting.
4b6512d
0371904
This (at least partially) fixes #6 and zsh-users/zsh-syntax-highlighting#164. Highlighting now works correctly when completion is accepted using Ctrl+e (end-of-line), but doesn’t work well when I paste some command to terminal from the clipboard.