gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

Pressing RETURN Outputs Errors #17

Closed sorin-ionescu closed 13 years ago

sorin-ionescu commented 13 years ago

Pressing return outputs an error before updating the display window. It occurs in both browser mode and single file mode.

Error detected while processing function <SNR>34_OpenGitvCommit..<SNR>34_MoveIntoPreviewAndExecute..<SNR>34_RecordBufferExecAndWipe:
line    7:
E516: No buffers were deleted: bdelete 4
gregsexton commented 13 years ago

I need a bit more info here. Does this always happen for you or only under certain circumstances? gitv deletes buffers when it can to stop fugitive buffers building up. This looks like it's trying to delete a buffer you've already deleted.

idbrii commented 13 years ago

This is the same error I in squelch-bdelete-error. It should be fixed by f5dfe4322a28ba75b494.

gregsexton commented 13 years ago

Thanks pydave. You're quite right this should be fixed now.