I just learned about :grep in vim which is great for searching in multiple files.
What troubles me is that when I have found the line I'm after, I'd like to remove all quickfix hightlights. And I cannot find how to do that properly.
The only "solution" I have is to run another :grep for something that does not exist, like :grep XZYXZ %. But I have a feeling there must be a real command to remove the quickfix highlights?
edit: see screenshot. I want to remove the red lines (which highlight the :grep matches).
