gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

`hlsearch` causes " " to be highlighted in the preview/commit buffer (redraw issue) #45

Closed blueyed closed 8 years ago

blueyed commented 11 years ago

When hlsearch is enabled, " " (space) gets highlighted in the preview window during browser mode (after switching to a new commit for example).

It looks like "gitv" does a search for " " somewhere and this gets stuck/remembered in the preview window.

Executing :redraw or moving to the window fixes it.

Also, highlighting of " " pops up during Gitv initialization in the tree window - this appears to be another (although related) issue and should be avoided.

gregsexton commented 11 years ago

I can't reproduce this. Are you running the lastest version of gitv? I seem to remember fixing something like this a while back.