JuliaEditorSupport/julia-vim

Cursorline display bug for some symbols

Closed this issue · 3 comments

Hi everyone,

I get a highlighting bug when using the cursorline feature of vim. The area of around some symbols doesn't get highlighted as it should. Here a screenshot explaining the problem better than me:
julia_vim_cursorline_bug

How to reproduce?
":set cursorline" and then type e.g. 'for i = 1:10'. Highlighting around "=" and ":" will be off.

Thanks
Malte Töpperwien

Can you try to reproduce with a minimal .vimrc? I do not get this issue.
2020-07-27-112639_3840x2160_scrot

My guess is that it's an issue with the colorscheme. Can you try to change colorscheme?

As for fixing, those items are highlighted as "Operator", so maybe you can try to modify the hi Operator ... line in your colorscheme.

@carlobaldassi Yes, you are right. Without the colorschmeme everything is fine. Sorry for the wrong alert!