gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Error when use Gitv! file mode on a range. #46

Closed stardiviner closed 11 years ago

stardiviner commented 12 years ago

I visual selected a block of text. and run command:

:`<,`>Gitv!

And press i on a commit message try to show the diff. But get error.

Here is the error in :message

Error detected while processing function <SNR>151_OpenGitvCommit..<SNR>151_MoveIntoPreviewAndExecute..<SNR>151_RecordBufferExecAndWipe:
line    3:
E492: Not an editor command: Gedit 25348c1

And here is the screenshot 1

phmarek commented 11 years ago

Look at issue 22 (https://github.com/gregsexton/gitv/issues/22) - for me it was another plugin that caused the problem.

stardiviner commented 11 years ago

@phmarek You're right, it is caused by dbext. Did you report this issue to dbext.vim ? If not, I will link this issue to dbext.vim.