gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Preview window issue #92

Closed naps62 closed 7 years ago

naps62 commented 9 years ago

I'm trying this plugin but something is not quite right

When i try to open a specific commit, it shows up on the right instead of at the bottom (it should be at the preview window I supose?)

And when I navigate to it (either by pressing o or by moving to the buffer on the right, I get this error:

Error detected while processing function <SNR>86_OpenGitvCommit..<SNR>86_MoveIntoPreviewAndExecute..<SNR>86_AttemptToCreateAPreviewWindow:                                                                                                     
line    5:                                                                                                                                                                                                                                     
No preview window detected.

It then opens the commit in a new tab instead. I guess this is related to https://github.com/gregsexton/gitv/issues/82, but the part about the commits showing up on the right instead of at the bottom, as all the screenshots suggest, is weird

stephencheng commented 9 years ago

+1 vote on this issue in my machine

laur89 commented 8 years ago

+1, reproducing here as well.

rbong commented 7 years ago

The utility used to open a new window no longer should print unneeded "No preview window detected" errors.

g:Gitv_OpenHorizontal works for me. Not sure if that's what you meant. I'll leave this for a while before closing because I can't expect a response right away. Sorry for the wait.