How do I highlight multiple different patterns simultaneously using Vim's built-in match commands?
:2match Todo /FIXME/
Vim provides three independent match slots — :match, :2match, and :3match — each of which highlights a pattern using a specified highlight group.