After performing a search and replace, my installation of GVIM highlights any text remaining that still matches the search pattern.
Example input text:
foo
foo
fighters
I run :%s/foo/bar/gc and confirm that I only wish to replace one foo. The other foo remains highlighted.
Can this be disabled?
