I can't jump to every instance of a character, for instance consider this line :
if( c == '\n' || c == ' ' || c == '\n') continue;
Pressing avy-shortcut SPACE
to label all the white spaces will only allow me to jump at the spaces between the c
and the =
, all the other spaces after and before the (, ), |
are ignored. Any idea on how to fix this behavior ?