Home  >  Q&A  >  body text

I want to cancel the display effect in vim, but I don’t know which plug-in causes this automatic highlighting?

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.

高洛峰高洛峰2712 days ago576

reply all(2)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-16 16:36:58

    Looks a bit like search highlight
    运行命令:nohLet’s try it.

    reply
    0
  • 巴扎黑

    巴扎黑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.

    reply
    0
  • Cancelreply