junkblocker / patchreview-vim

Vim/Neovim plugin for doing single, multi-patch or diff code reviews
http://www.vim.org/scripts/script.php?script_id=1563
108 stars 8 forks source link

First tab does not show diff #16

Closed heeen closed 6 years ago

heeen commented 6 years ago

The first tab shows the same file as the second tab, but without a diff split.

It would be nice if the first tab could show the commit message, then the files in subsequent tabs.

junkblocker commented 6 years ago

patchreview tries to leave the current buffer untouched and only opens diffs in new tabs to avoid any sort of workflow conflicts. Due to that and also it having multiple modes unrelated to version control, showing a commit message is not going to make sense.