git-lens.vim
git-lens.vim copied to clipboard
`ShowBlameWithVirtualText` is not called
The git-lens.vim not run very well on one of my linux system, while ok on my macOS. And finally locates to ShowBlameWithVirtualText is not called. I debug by add codes echoerr before, after and within ShowBlameWithVirtualText, only echoerr in ShowBlameWithVirtualText is not executed.
170 blame_job = job_start(blame_command, { 171 "out_cb": (channel, message) => ShowBlameWithVirtualText(message), 172 "mode": "raw" 173 })