jlfwong / vim-mercenary

mercenary.vim: A mercurial wrapper so awesome, you should give it money
72 stars 14 forks source link

Allow blame on symlink source files #4

Closed kflu closed 2 years ago

kflu commented 2 years ago

If you work in a workspace where all source files are symlinks from the actual repo, e.g., buck python project the linktree directory, then :HGBlame doesn't work.

This change gets the realpath of the current file and then do the blame.

jlfwong commented 2 years ago

Hi @kflu!

I don't use this project and haven't in a very long time. Are you interested in having contributor rights to the repository and taking ownership of issues that arise?

kflu commented 2 years ago

Hi @kflu!

I don't use this project and haven't in a very long time. Are you interested in having contributor rights to the repository and taking ownership of issues that arise?

Yes of course. Happy to help out.