0

In vim, is it possible to disable error highlighting for ampersand (&) symbols used by itself?

zanona
  • 12,345
  • 25
  • 86
  • 141

1 Answers1

1

Run this :

:hi Error NONE

It disables error highlighting.

If you want to do it only for a pattern(like &) then check this.

Community
  • 1
  • 1
Ani Menon
  • 27,209
  • 16
  • 105
  • 126