sukamusiru Posted July 7, 2008 Share Posted July 7, 2008 Not sure if this is the most appropriate forum, but vim suddenly started adding yellow vertical stripes down the left side of the screen any time I use something in .vimrc (which has worked previously) like: map ,# :s/^/#/<CR> where the mapping to clear comments still works and removes the yellow stripe: map ,d :s/^\([/(]\*\\|<!--\) \(.*\) \(\*[/)]\\|-->\)$/\2/<CR> Screenshot attached. Anyone know the cause or solution? Link to comment Share on other sites More sharing options...
sukamusiru Posted July 9, 2008 Author Share Posted July 9, 2008 Looks like set nohlsearch fixes it. Link to comment Share on other sites More sharing options...
Recommended Posts