rbong / vim-flog

A blazingly fast, stunningly beautiful, exceptionally powerful git branch viewer for Vim/Neovim.
750 stars 22 forks source link

Running `Flog` with a range that only has start line does not work as expected. #120

Closed gh-liu closed 8 months ago

gh-liu commented 8 months ago

Passing a rage like :1Flog does not works as passing a rage like :1,1Flog.

And if :1Flog works, maybe :0Flog could be like :0Gclog of vim-fugitive.

rbong commented 8 months ago

Thanks for the bug report and suggestion! Everything should work as you've described now.

gh-liu commented 8 months ago

Sorry,I have tried again, still do not work, and I do not see any commit mention this issue, is what the issue described a wrong way to use this plugin?
In the end, thank you for your patience.

rbong commented 8 months ago

My mistake, I didn't push my changes. It should work now.

gh-liu commented 8 months ago

Thanks.