When using zsh-vi-mode in combination with fast-syntax-highlighting (https://github.com/zdharma-continuum/fast-syntax-highlighting) the bracket pair highlighting gets confused in normal mode, and only highlights the other bracket of the pair, not the bracket the cursor is actually sitting on.
Reproduction steps
Install zsh-vi-mode and fast-syntax-highlighting
Type cat ({})
Enter normal mode
Move your cursor to ) and observe that ( is the only character highlighted (same goes for } or the other way with the pairs)
Expected behavior
Both brackets are highlighted, the one that is currently selected in the normal colour, and its pair in another colour.
General information
Basic examination
Problem description
When using zsh-vi-mode in combination with fast-syntax-highlighting (https://github.com/zdharma-continuum/fast-syntax-highlighting) the bracket pair highlighting gets confused in normal mode, and only highlights the other bracket of the pair, not the bracket the cursor is actually sitting on.
Reproduction steps
cat ({})
)
and observe that(
is the only character highlighted (same goes for}
or the other way with the pairs)Expected behavior
Both brackets are highlighted, the one that is currently selected in the normal colour, and its pair in another colour.