rhysd / git-messenger.vim

Vim and Neovim plugin to reveal the commit messages under the cursor
MIT License
1.34k stars 32 forks source link

View range log #78

Open eruizc-dev opened 3 years ago

eruizc-dev commented 3 years ago

Sometimes I have a chunk of code and I want to know when it was lastly modified. It could be a function, a class, or another.

My big brain idea was to be able to select a couple of lines and call :'<,'>GitMessenger with the history of all lines merged into a single popup that you can navigate like the existing one!