Strange underscores in vim

Could you tell me what the underscores in the image mean (they are not in insert mode, when I write something in this place, it will be underlined) and how to get rid of them?

enter image description here

Thank you

+3
source share
1 answer

As far as I can tell, vim emphasizes tabs. This (answer) question may help you: Why does the vim drawing emphasize the location of the tabs and how to avoid this?

+3
source

All Articles