See the screenshot, in which printf, hendry, ssid are surrounded and displayed with an orange background. Currently, I want to cancel this display effect. My vim plugin uses spf13.
巴扎黑2017-05-16 16:36:58
It’s because the spell check is turned on.
Type :set nospell in vim to solve the problem.
I will only turn on this option when writing documents in the future; usually, for example, when writing code, it is turned off by default.